Created
September 29, 2014 21:21
-
-
Save blitline-dev/d862504374f0f14b4887 to your computer and use it in GitHub Desktop.
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": "https://s3.amazonaws.com/img.blitline/sky.jpg", | |
"extended_metadata" : true, | |
"functions": [ | |
{ | |
"name": "resize_to_fit", | |
"params": { | |
"width": 200 | |
}, | |
"save": { | |
"image_identifier": "MY_CLIENT_ID" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment