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://cdn.blitline.com/filters/boys.jpeg", "pre_process": [ { "job": { "src": { "name": "canvas", "height": "1200", "width": "1600", "color": "#ffffff00" }, "functions": [ { "name":"smart_diagonal_watermark", "params":{ "text" : "Warner Bros", "scale" : 0.9, "forward" : true, "dropshadow_color": "#111111" }, "save":{ "image_identifier":"MY_CANVAS_WITH_TEXT" } } ] } } ], "functions": [ { "name": "watermark_tiled", "params": { "src": "&MY_CANVAS_WITH_TEXT", "offset_x": -30, "offset_y": -30, "scale_src": 0.2, "opacity": 0.9, "padding": 20, "fill": false }, "save": { "image_identifier": "480" } } ] }
See this gist

Check out some other examples (likePDF or Word conversions )

 
 


This page uses the Blitline javascript tool available on Github