Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created October 3, 2014 19:48
Show Gist options
  • Save blitline-dev/ffdfcc9e82e9a635516a to your computer and use it in GitHub Desktop.
Save blitline-dev/ffdfcc9e82e9a635516a to your computer and use it in GitHub Desktop.
png_quant on text page
{
"application_id": "YOUR_APP_ID",
"src": "https://s3.amazonaws.com/img.blitline/temp_folder/big_text_page.png",
"extended_metadata" : true,
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 1920
},
"save": {
"extension": ".png",
"png_quantize" : true,
"image_identifier": "MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment