Created
May 8, 2014 21:55
-
-
Save blitline-dev/edfea7f2a881cce167dd to your computer and use it in GitHub Desktop.
maybe_good_enough.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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