Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created May 28, 2014 19:17
Show Gist options
  • Save blitline-dev/b321cb924f1d98ed12cc to your computer and use it in GitHub Desktop.
Save blitline-dev/b321cb924f1d98ed12cc to your computer and use it in GitHub Desktop.
no_op_move_original.json
{
"application_id": "YOUR_APP_ID",
"src": "http://images.apple.com/v/iphone-5s/gallery/b/images/download/photo_1.jpg#photo-gallery1",
"functions": [
{
"name": "no_op",
"save": {
"save_metadata": true,
"save_profiles": true,
"image_identifier": "MY_CLIENT_ID",
"quality": "inherit"
},
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 2048,
"height": 1363
},
"save": {
"image_identifier": "MY_CLIENT_ID",
"quality": "90"
},
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 280,
"height": 1363
},
"save": {
"image_identifier": "MY_CLIENT_ID",
"quality": "90"
},
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 200,
"height": 200
},
"save": {
"image_identifier": "MY_CLIENT_ID",
"quality": "90"
}
}
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment