Skip to content

Instantly share code, notes, and snippets.

@psbolden
Last active June 1, 2017 20:05
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/4c7c0254bc5693bf8a271afea5ca4a1d to your computer and use it in GitHub Desktop.
Save psbolden/4c7c0254bc5693bf8a271afea5ca4a1d to your computer and use it in GitHub Desktop.
Blitline convert command / resize
//-filter is not required
{
"application_id":"your app id",
"src":"https://s3.amazonaws.com/img.blitline/sky.jpg",
"functions":[
{
"name":"convert_command",
"params":{
"-resize" : "200%",
              "-filter" : "Lanczos"
          },
"save":{
"image_identifier":"some_id"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment