Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active December 14, 2015 13:38
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/5095014 to your computer and use it in GitHub Desktop.
Save blitline-dev/5095014 to your computer and use it in GitHub Desktop.
Blitline canvas and composite
{
"application_id":"YOUR_APP_ID",
"src":{ "name" : "canvas",
"width" : 500,
"height" : 500,
"color": "#ff0000"
},
"functions":[
{
"name":"composite",
"params":{
"src":"https://s3.amazonaws.com/img.blitline/grad_vignette_index.png",
"gravity":"CenterGravity"
},
"save":{
"extension":".png",
"image_identifier":"MY_CLIENT_ID",
"png_quantize":true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment