Created
July 21, 2012 00:28
-
-
Save blitline-dev/3154014 to your computer and use it in GitHub Desktop.
File Extension Override
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":"https://s3.amazonaws.com/img.blitline/temp_folder/image.jpg", | |
"functions":[ | |
{ | |
"name":"rotate", | |
"params":{ | |
"amount": 5 | |
}, | |
"save":{ | |
"image_identifier":"MY_CLIENT_ID", | |
"extension" : ".jpg" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment