Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active February 8, 2017 22:27
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/f1881d5b154033f10c95b82c12285108 to your computer and use it in GitHub Desktop.
Save blitline-dev/f1881d5b154033f10c95b82c12285108 to your computer and use it in GitHub Desktop.
{
"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