Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created May 8, 2014 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/edfea7f2a881cce167dd to your computer and use it in GitHub Desktop.
Save blitline-dev/edfea7f2a881cce167dd to your computer and use it in GitHub Desktop.
maybe_good_enough.json
{
"application_id": "YOUR_APP_ID",
"src": "http://cdn.blitline.com/filters/boys.jpeg",
"extended_metadata": true,
"functions": [
{
"name": "pad_resize_to_fit",
"params": {
"width": "160",
"height": "160"
},
"save": {
"image_identifier": "my_image_0",
"save_metadata": true,
"save_profiles": true,
"extension": "jpg",
"quality": 90
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment