Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created October 11, 2012 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blitline-dev/3873271 to your computer and use it in GitHub Desktop.
Save blitline-dev/3873271 to your computer and use it in GitHub Desktop.
Circle Crop
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/img.blitline/samples/city.png",
"functions":[
{
"name":"composite",
"params":{
"src":"https://s3.amazonaws.com/img.blitline/samples/circle_crop_mask.png",
"composite_op":"CopyOpacityCompositeOp",
"as_mask":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