Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created March 6, 2013 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blitline-dev/5095889 to your computer and use it in GitHub Desktop.
Save blitline-dev/5095889 to your computer and use it in GitHub Desktop.
gif_overlay
{
"application_id":"MY_APP_ID",
"src":"https://s3.amazonaws.com/img.blitline/xavier.gif",
"pre_process":[
{
"gif_overlay" : {
"params" : {
"overlay_src" : "https://s3.amazonaws.com/img.blitline/cat_gif_overlay.png"
},
"s3_destination" :
{
"bucket" : "bltemp",
"key" : "grumpy_squirrel/awesome3.gif"
}
}
}
],
"functions":[
{
"name":"no_op",
"save":{
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment