Last active
February 8, 2017 22:27
-
-
Save blitline-dev/f1881d5b154033f10c95b82c12285108 to your computer and use it in GitHub Desktop.
This file contains 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", | |
"v" : 1.22, | |
"functions": [ | |
{ | |
"name": "resize_to_fit", | |
"params" : { | |
"width" : 200 | |
}, | |
"functions": [ | |
{ | |
"name": "no_op", | |
"save": { | |
"image_identifier": "SMALL", | |
"image_optim" : true | |
} | |
} | |
] | |
}, | |
{ | |
"name": "resize_to_fit", | |
"params" : { | |
"width" : 200 | |
}, | |
"functions": [ | |
{ | |
"name": "no_op", | |
"save": { | |
"image_identifier": "BIG" | |
} | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment