Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created October 27, 2014 17:40
Show Gist options
  • Save blitline-dev/21c61cd5d26db92d17be to your computer and use it in GitHub Desktop.
Save blitline-dev/21c61cd5d26db92d17be to your computer and use it in GitHub Desktop.
{
"application_id": "YOUR_APP_ID",
"src": "http://www.iptc.org/std-dev/photometadata/examples/microdataPages/demo.jpg",
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 400
},
"save": {
"save_metadata" : true,
"image_identifier": "ORIG"
},
"functions": [
{
"name": "imagga_smart_crop",
"params": {
"resolution": "150x150",
"no_scaling": 0
},
"save": {
"save_metadata" : true,
"image_identifier": "MY_CLIENT_ID"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment