Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created June 24, 2012 22:42
Show Gist options
  • Save blitline-dev/2985344 to your computer and use it in GitHub Desktop.
Save blitline-dev/2985344 to your computer and use it in GitHub Desktop.
Multiple Operations
{"application_id":"YOUR_APP_ID","src":"https://s3.amazonaws.com/img.blitline/temp_folder/image.jpg","functions":[{"name":"crop","params":{"width":240,"height":240},"save" : { "image_identifier" : "external_sample_1" },"functions":[{"name":"resize_to_fill","params":{"width":"100","height":"100"},"save" : { "image_identifier" : "external_sample_2" }},{"name":"resize_to_fill","params":{"width":"50","height":"50"},"save" : { "image_identifier" : "external_sample_3" }}]}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment