Skip to content

Instantly share code, notes, and snippets.

@psbolden
Created May 30, 2017 22:03
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/54aa4f20f74f980854c3066a07d644fe to your computer and use it in GitHub Desktop.
Save psbolden/54aa4f20f74f980854c3066a07d644fe to your computer and use it in GitHub Desktop.
blitline convert command / color matrix
{
"application_id":"your app id",
"src":"http://cdn.blitline.com/filters/boys.jpeg",
"functions":[
{
"name":"convert_command",
"params":{
"-color-matrix" : "0.5 0 0 0 1 0 0 0 1"
},
"save":{
"image_identifier":"some_id"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment