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://static.businessinsider.com/image/4e5bce94eab8eacc29000000/image.jpg", "v": "1.21", "hash" : "im_hu_moments", "functions": [ { "name": "no_op", "save": { "image_identifier": "IMAGE_TO_HASH_1" } }, { "name": "rotate", "params": { "amount": 90 }, "functions": [ { "name": "resize_to_fit", "params" : { "width" : 250 }, "save": { "extension" : "jpg", "image_identifier": "IMAGE_TO_HASH_2" } }] } ] }
See this gist

Check out some other examples (likePDF or Word conversions )

 
 


This page uses the Blitline javascript tool available on Github