Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created August 21, 2015 01:08
Show Gist options
  • Save blitline-dev/d4551130dc2b815654dc to your computer and use it in GitHub Desktop.
Save blitline-dev/d4551130dc2b815654dc to your computer and use it in GitHub Desktop.
complex_gif.js
{
"pre_process": [
{
"job": {
"src": "https://placeholdit.imgix.net/~text?txtsize=24&txt=350%C3%97150&w=450&h=250",
"functions": [
{
"name": "composite",
"params": {
"src": "https://s3.amazonaws.com/blitdoc/logos/box_icon/box_icon_70x70.png",
"gravity": "EastGravity"
},
"save": {
"image_identifier": "my_compsited_background"
}
}
]
}
}
],
"application_id": "YOUR_APP_ID",
"src": "https://s3.amazonaws.com/blitdoc/gifs/transparent.gif",
"src_type": "gif",
"src_data": {
"name": "gif_underlay",
"params": {
"overlay_src": "&my_compsited_background",
"overlay_params": {
"gravity": "southwest"
}
},
"save": {
"image_identifier": "my_animated_image"
}
},
"functions": [
{
"name": "no_op"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment