Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active August 29, 2015 14:06
Show Gist options
  • Save blitline-dev/6aaf4583120ee68aaacb to your computer and use it in GitHub Desktop.
Save blitline-dev/6aaf4583120ee68aaacb to your computer and use it in GitHub Desktop.
set_exif
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/img.blitline/sky.jpg",
"functions":[
{
"name":"resize_to_fit",
"params":{
"width":200
},
"save":{
"image_identifier":"MY_CLIENT_ID",
"set_exif" : {
"GPSLatitude" : "40.751",
"GPSLongitude" : "-119.23643",
"Title" : "Dragon Sky Eater",
"Author" : "Tag Yamagotchi"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment