Skip to content

Instantly share code, notes, and snippets.

@Jaciones
Created October 19, 2015 00: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 Jaciones/56f4d218a22c7d1cfffd to your computer and use it in GitHub Desktop.
Save Jaciones/56f4d218a22c7d1cfffd to your computer and use it in GitHub Desktop.
{
"application_id": "YOUR_APP_ID",
"v": 1.21,
"extended_metadata": true,
"src": "https://s3.amazonaws.com/img.blitline/filters/boys.jpeg",
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 500,
"autosharpen": true
},
"save": {
"image_identifier": "MY_CLIENT_ID_JPG",
"extension": "jpg",
"quality": 90
}
},
{
"name": "resize_to_fit",
"params": {
"width": 500,
"autosharpen": true
},
"save": {
"image_identifier": "MY_CLIENT_ID_BPG",
"extension": "bpg",
"quality": 29
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment