This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application_id": "YOUR_APP_ID", | |
"src": "https://s3.amazonaws.com/img.blitline/Theridula_emertoni_Kaldari_02.jpg", | |
"functions": [ | |
{ | |
"name": "density", | |
"params" : { "dpi":"200" }, | |
"functions" : [{ | |
"name" : "resize_to_fill", | |
"params" : { "width" : 1200, "height" : 800 }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application_id": "YOUR_APP_ID", | |
"src": "http://cdn.blitline.com/filters/boys.jpeg", | |
"functions": [ | |
{ | |
"name": "no_op", | |
"save": { | |
"image_identifier": "MY_CLIENT_ID", | |
"extension": ".pdf" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application_id":"YOUR_APP_ID", | |
"src":"https://s3.amazonaws.com/img.blitline/samples/beijing.jpg", | |
"functions":[ | |
{ | |
"name":"script", | |
"params":{ | |
"files" : "https://s3.amazonaws.com/blitdoc/scripts/page_curl.sh,https://s3.amazonaws.com/blitdoc/scripts/tilt_then_curl.sh", | |
"executable" : "./tilt_then_curl.sh input.png output.png" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application_id":"YOUR_APP_ID", | |
"src":"https://s3.amazonaws.com/img.blitline/samples/beijing.jpg", | |
"functions":[ | |
{ | |
"name":"script", | |
"params":{ | |
"bash_string":"convert input.png -sigmoidal-contrast 15x30% contrast.jpg \nconvert contrast.jpg -sparse-color Barycentric '0,0 black 0,%h white' -function polynomial 4,-4,1 blurmap.jpg\nconvert contrast.jpg blurmap.jpg -compose Blur -set option:compose:args 10 -composite output.png" | |
}, | |
"save":{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application_id":"YOUR_APP_ID", | |
"src":"http://cdn.blitline.com/filters/boys.jpeg", | |
"functions":[ | |
{ | |
"name":"resize_to_fit", | |
"params":{ | |
"width":100 | |
}, | |
"save":{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application_id":"YOUR_APP_ID", | |
"src":"https://s3.amazonaws.com/bltemp/TrademarkInformation.pdf", | |
"src_data" : { "dpi" : 500 }, | |
"src_type":"multi_page", | |
"functions":[ | |
{ | |
"name":"no_op", | |
"save":{ | |
"image_identifier":"external_sample_1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application_id": "YOUR_APP_ID", | |
"src": { | |
"name": "canvas", | |
"width": 560, | |
"height": 480, | |
"color": "#777777" | |
}, | |
"functions": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application_id":"YOUR_APP_ID", | |
"src":"http://cdn.blitline.com/filters/boys.jpeg", | |
"functions":[ | |
{ | |
"name":"line", | |
"params":{ | |
"x":10, | |
"y":10, | |
"x1":100, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application_id": "YOUR_APP_ID", | |
"src": { | |
"urls": [ | |
"https://s3.amazonaws.com/img.blitline/Boston+City+Flow.jpg", | |
"https://s3.amazonaws.com/img.blitline/Theridula_emertoni_Kaldari_02.jpg", | |
"https://s3.amazonaws.com/img.blitline/demystifying_infographic1.png", | |
"https://s3.amazonaws.com/img.blitline/functions2.png" | |
] | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application_id": "YOUR_APP_ID", | |
"src": { | |
"name": "s3", | |
"bucket": "bltemp", | |
"key": "twinkle.jpg" | |
}, | |
"functions": [ | |
{ | |
"name": "resize_to_fit", |