Skip to content

Instantly share code, notes, and snippets.

@psbolden
Last active August 14, 2017 20:24
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/300b30cd1103e76f44981453f1ce69ce to your computer and use it in GitHub Desktop.
Save psbolden/300b30cd1103e76f44981453f1ce69ce to your computer and use it in GitHub Desktop.
blitline convert / color matrix 2
{
"application_id":"yourappid",
"src":"http://cdn.blitline.com/filters/boys.jpeg",
"functions":[
{
"name":"convert_command",
"params":{
"-color-matrix" : ".6 0.3 -0.3 0 47 -0 .9 .2 0 -37 .2 -.1 .4 0 -7.5 0 0 0 1 0"
},
"save":{
"image_identifier":"some_id"
}
}
]
}
"name":"script",
"params":{
"bash_string":"convert input.png -color-matrix ' 1.5 0.0 0.0 0.0, 0.0, -0.157\n 0.0 1.5 0.0 0.0, 0.0, -0.157\n 0.0 0.0 1.5 0.0, 0.0, -0.157\n 0.0 0.0 0.0 1.0, 0.0, 0.0\n 0.0 0.0 0.0 0.0, 1.0, 0.0\n 0.0 0.0 0.0 0.0, 0.0, 1.0' output.jpg"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment