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": "https://s3.amazonaws.com/img.blitline/filters/boys.jpeg", "functions": [ { "name": "composite", "params": { "src": "https://s3.amazonaws.com/img.blitline/grad_vignette_index.png" }, "functions": [ { "name": "annotate", "params": { "text": "Seattle", "weight": "normal", "color": "#ffffff", "point_size": "54", "x": 15, "y": 300, "gravity": "NorthWestGravity", "dropshadow_color": "#000000", "dropshadow_offset": 2, "font_family": "Verdana" }, "functions": [ { "name": "annotate", "params": { "text": "Rainy", "weight": "normal", "point_size": "34", "x": 15, "y": 370, "gravity": "NorthWestGravity", "dropshadow_color": "#000000", "dropshadow_offset": 2, "font_family": "Verdana" }, "functions": [ { "name": "annotate", "params": { "text": "7° C", "point_size": "30", "x": 125, "y": 425, "gravity": "NorthWestGravity", "dropshadow_color": "#000000", "dropshadow_offset": 2, "font_family": "Verdana" }, "functions": [ { "name": "composite", "params": { "src": "https://s3.amazonaws.com/img.blitline/clouds_100px.png", "x": 15, "y": 416 }, "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