Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save blitline-dev/2a7c84341fac390af199 to your computer and use it in GitHub Desktop.

Select an option

Save blitline-dev/2a7c84341fac390af199 to your computer and use it in GitHub Desktop.
sample_get_exif.json
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/img.blitline/advanced_formats/canon_sample.cr2",
"get_exif" : true,
"v" : 1.21,
"functions":[
{
"name":"resize_to_fit",
"params":{ "width" : 100 },
"save":{
"save_metadata" : true,
"extension":".jpg",
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment