Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created May 9, 2014 04:11
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 blitline-dev/381846598e51fc0f1dc3 to your computer and use it in GitHub Desktop.
Save blitline-dev/381846598e51fc0f1dc3 to your computer and use it in GitHub Desktop.
color_extraction.json
{
"application_id": "YOUR_APP_ID",
"src": "http://cdn.blitline.com/filters/boys.jpeg",
"extract_colors" : { "max_count" : 12},
"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