Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created February 12, 2015 21:55
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/ef6e757f5877d006d222 to your computer and use it in GitHub Desktop.
Save blitline-dev/ef6e757f5877d006d222 to your computer and use it in GitHub Desktop.
Extract Colors Example
{
"application_id": "YOUR_APP_ID",
"src": "https://s3.amazonaws.com/img.blitline/sky.jpg",
"v": 1.21,
"extract_colors": {
"max_colors": 8
},
"functions": [
{
"name": "pad_resize_to_fit",
"params": {
"width": "500",
"height": "200",
"only_resize_larger": true
},
"save": {
"image_identifier": "my_image_0",
"extension": "jpg",
"quality": 90
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment