Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created June 19, 2014 20:55
Show Gist options
  • Save blitline-dev/fc99e03996119870154e to your computer and use it in GitHub Desktop.
Save blitline-dev/fc99e03996119870154e to your computer and use it in GitHub Desktop.
jpeg_mini_demo
{
"application_id": "YOUR_APP_ID",
"src": "https://s3.amazonaws.com/img.blitline/Boston+City+Flow.jpg",
"extended_metadata": true,
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 300
},
"functions": [
{
"name": "annotate",
"params": {
"y": 10,
"gravity": "NorthGravity",
"text": "Original ~81k",
"color": "#ffffff",
"dropshadow_color": "#333333"
},
"save": {
"image_identifier": "MY_CLIENT_ID",
"quality": 100
}
},
{
"name": "annotate",
"params": {
"y": 10,
"gravity": "NorthGravity",
"text": "JpegMini ~27k",
"color": "#ffffff",
"dropshadow_color": "#333333"
},
"save": {
"image_identifier": "MY_CLIENT_ID",
"jpeg_mini": true,
"quality": 100
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment