Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created August 29, 2013 16:31
Show Gist options
  • Save blitline-dev/6380380 to your computer and use it in GitHub Desktop.
Save blitline-dev/6380380 to your computer and use it in GitHub Desktop.
pixelate example
{
"application_id":"YOUR_APP_ID",
"src":"http://cdn.blitline.com/filters/boys.jpeg",
"functions":[
{
"name":"pixelate",
"params":{
"x" : 100,
"y" : 100,
"width":200,
"height" : 100,
"amount" : 10
},
"save":{
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment