Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active December 10, 2015 21: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/4496689 to your computer and use it in GitHub Desktop.
Save blitline-dev/4496689 to your computer and use it in GitHub Desktop.
convert_command_example
{
"application_id":"YOUR_APP_ID",
"src":"http://cdn.blitline.com/filters/boys.jpeg",
"functions":[
{
"name":"convert_command",
"params" : {
"-background" : "Lavender",
"-fill" : "navy",
"-font" : "Verdana",
"-pointsize" : "24<+space>label:Hatching",
"-gravity" : "South",
"-append" : ""
},
"save": {
"image_identifier" : "some_id"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment