Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active January 5, 2016 18:33
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/7573726 to your computer and use it in GitHub Desktop.
Save blitline-dev/7573726 to your computer and use it in GitHub Desktop.
script_files_examples
{
"application_id":"YOUR_APP_ID",
"src":"https://s3.amazonaws.com/img.blitline/samples/beijing.jpg",
"functions":[
{
"name":"script",
"params":{
"files" : "https://s3.amazonaws.com/blitdoc/scripts/page_curl.sh,https://s3.amazonaws.com/blitdoc/scripts/tilt_then_curl.sh",
"executable" : "./tilt_then_curl.sh input.png output.png"
},
"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