Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active August 29, 2015 14:01
Show Gist options
  • Save blitline-dev/1c63822c0dee44deca3a to your computer and use it in GitHub Desktop.
Save blitline-dev/1c63822c0dee44deca3a to your computer and use it in GitHub Desktop.
extract_color_example
{
"application_id": "YOUR_APP_ID",
"src": "http://cdn.blitline.com/filters/boys.jpeg",
"extract_colors" : { "max_colors" : 8 },
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 100
},
"save": {
"image_identifier": "MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment