Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active August 29, 2015 14:07
Show Gist options
  • Save blitline-dev/53e9db392920feef88d9 to your computer and use it in GitHub Desktop.
Save blitline-dev/53e9db392920feef88d9 to your computer and use it in GitHub Desktop.
Lab_test.json
{
"application_id": "YOUR_APP_ID",
"src": "http://upload.wikimedia.org/wikipedia/commons/4/4a/Black_Labrador_Retriever_portrait.jpg",
"strip_thumbnail_before_load" : true,
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 300
},
"save": {
"image_identifier": "MY_CLIENT_ID"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment