Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active November 25, 2015 17:03
Show Gist options
  • Save blitline-dev/f0904366a8f690b27813 to your computer and use it in GitHub Desktop.
Save blitline-dev/f0904366a8f690b27813 to your computer and use it in GitHub Desktop.
{
"application_id": "YOUR_APP_ID",
"v": 1.21,
"src": "https://s3.amazonaws.com/blitdoc/docx/Document+2.docx",
"src_type": "smart_image",
"src_data": {
"dpi": 200
},
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": 500
},
"functions": [
{
"name": "trim",
"params": {
"width": 500
},
"save": {
"extension": "png",
"image_identifier": "MY_CLIENT_ID"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment