Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created April 10, 2012 17:48
Show Gist options
  • Save blitline-dev/2353212 to your computer and use it in GitHub Desktop.
Save blitline-dev/2353212 to your computer and use it in GitHub Desktop.
test_foo
{
"application_id": "YOUR_APP_ID",
"src" : "https://s3.amazonaws.com/img.blitline/temp_folder/image.jpg",
"functions" : [
{
"name": "composite",
"params" : {
"src" : "https://s3.amazonaws.com/img.blitline/temp_folder/mask1.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