Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created January 7, 2014 17:54
Show Gist options
  • Save blitline-dev/8303523 to your computer and use it in GitHub Desktop.
Save blitline-dev/8303523 to your computer and use it in GitHub Desktop.
2MB_example_mutl
{
"application_id": "YOUR_APP_ID",
"src": "http://s3.amazonaws.com/img.blitline/example_iphone.jpg",
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 1000
},
"save": {
"image_identifier": "MY_CLIENT_ID"
},
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 500
},
"save": {
"image_identifier": "MY_CLIENT_ID"
},
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 100
},
"save": {
"image_identifier": "MY_CLIENT_ID"
}
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment