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":"MY_APP_ID", "src":"http://cdn.blitline.com/filters/boys.jpeg", "functions":[ { "name":"line", "params":{"x" : 10, "y" : 10, "x1": 100, "y1":100, "width" : 4, "opacity" : 0.5}, "functions":[ { "name":"line", "params":{"x" : 710, "y" : 10, "x1": 610, "y1":100, "width" : 4, "opacity" : 0.5}, "functions":[ { "name":"line", "params":{"x" : 10, "y" : 530, "x1": 100, "y1":430, "width" : 4, "opacity" : 0.5}, "functions":[ { "name":"line", "params":{"x" : 710, "y" : 530, "x1": 610, "y1":430, "width" : 4, "opacity" : 0.5}, "functions":[ { "name":"watermark", "params":{ "text" : "Blitline!"}, "save":{ "image_identifier":"MY_CLIENT_ID" } }] }] }] }] }] }
See this gist

Check out some other examples (likePDF or Word conversions )

 
 


This page uses the Blitline javascript tool available on Github