Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active December 17, 2015 00:29
Show Gist options
  • Save blitline-dev/5521672 to your computer and use it in GitHub Desktop.
Save blitline-dev/5521672 to your computer and use it in GitHub Desktop.
Preserve crop aspect if image is smaller than crop size
{
"application_id":"YOUR_APP_ID",
"src":"http://placekitten.com/300/100",
"functions":[
{
"name":"crop",
"params":{
"width":500,
"height":500,
"gravity" : "CenterGravity",
"preserve_aspect_if_smaller": 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