Created
August 29, 2013 16:31
-
-
Save blitline-dev/6380380 to your computer and use it in GitHub Desktop.
pixelate example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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