Gist Runner

Run Jobs on Blitline

This page will take a Github gist ID, and setup a blitline job to run. Click the "Run this job" button below to run the Blitline Job. If you are logged in, the "YOUR_APP_ID" in the Gist will be replaced with your actual Blitline application ID to make running the job easier.


This is editable JSON...
{ "application_id":"YOUR_APP_ID", "src":"http://img.blitline.s3.amazonaws.com/samples/lady_water.jpg", "functions":[ { "name":"resize_to_fit", "params":{ "width":400 }, "save":{ "image_identifier":"ORIG" }, "functions":[ { "name":"imagga_smart_crop", "params":{ "resolution":"150x150", "no_scaling":0 }, "save":{ "image_identifier":"MY_CLIENT_ID" } }, { "name":"imagga_smart_crop", "params":{ "resolution":"175x90", "no_scaling":0 }, "save":{ "quality":99, "image_identifier":"MY_CLIENT_ID2" } } ] } ] }
See this gist

Check out some other examples (likePDF or Word conversions )

 
 


This page uses the Blitline javascript tool available on Github