Application ID:      


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":"https://s3.amazonaws.com/img.blitline/Boston+City+Flow.jpg", "pre_process":[ { "job":{ "src":"https://s3.amazonaws.com/web.blitline/css_text.html", "src_type":"screen_shot_url", "src_data" : {"delay" : 0}, "functions":[ { "name":"no_op", "save":{ "image_identifier":"MY_TEXT" } } ] } } ], "functions":[ { "name":"composite", "params":{ "src":"&MY_TEXT", "gravity":"NorthGravity" }, "save":{ "image_identifier":"external_sample_2", "extension":"png" } } ] }
See this gist


Check out some other examples (like PDF or  Word conversions )

 
 
Results


This page uses the Blitline javascript tool available on Github