Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created July 21, 2012 00:28
Show Gist options
  • Save blitline-dev/3154014 to your computer and use it in GitHub Desktop.
Save blitline-dev/3154014 to your computer and use it in GitHub Desktop.
File Extension Override
{
"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