Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active December 21, 2015 04:49
Show Gist options
  • Save blitline-dev/6252411 to your computer and use it in GitHub Desktop.
Save blitline-dev/6252411 to your computer and use it in GitHub Desktop.
resize_to_fit with only_shrink_larger
{
"application_id":"YOUR_APP_ID",
"src":"http://cdn.blitline.com/filters/boys.jpeg",
"functions":[
{
"name":"resize_to_fit",
"params":{
"height":1000,
"width":1000,
"only_shrink_larger" : true
},
"save":{
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment