Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created December 16, 2013 19:34
Show Gist options
  • Save blitline-dev/7992947 to your computer and use it in GitHub Desktop.
Save blitline-dev/7992947 to your computer and use it in GitHub Desktop.
greyscale2
{
"application_id": "YOUR_APP_ID",
"src": "http://cdn.blitline.com/filters/boys.jpeg",
"functions": [
{
"name": "convert_command",
"params": {
"-set": "colorspace RGB",
"-colorspace": "gray"
},
"functions": [
{
"name": "no_op",
"save": {
"image_identifier": "breakfast_whiskey"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment