Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created March 7, 2013 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save blitline-dev/5109149 to your computer and use it in GitHub Desktop.
Save blitline-dev/5109149 to your computer and use it in GitHub Desktop.
crop_with_gravity
{
"application_id":"YOUR_APP_ID",
"src":"http://cdn.blitline.com/filters/boys.jpeg",
"functions":[
{
"name":"crop",
"params":{
"gravity": "NorthGravity",
"only_shrink_larger" : true,
"width":100
},
"save":{
"extension":".png",
"image_identifier":"MY_CLIENT_ID",
"png_quantize":true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment