Skip to content

Instantly share code, notes, and snippets.

@psbolden
Created June 1, 2017 19:49
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 psbolden/72f1aaa2c134eab99df8ffe6e0b0051b to your computer and use it in GitHub Desktop.
Save psbolden/72f1aaa2c134eab99df8ffe6e0b0051b to your computer and use it in GitHub Desktop.
blitline convert command / magnify
//magnify doubles image size
{
"application_id":"your app id",
"src":"http://cdn.blitline.com/filters/boys.jpeg",
"functions":[
{
"name":"convert_command",
"params":{
"-magnify" : ""
},
"save":{
"image_identifier":"some_id"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment