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/temp_folder/big_text_page.png", | |
"extended_metadata": true, | |
"functions": [ | |
{ | |
"name": "resize_to_fit", | |
"params": { | |
"width": 1920 | |
}, |
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/temp_folder/big_text_page.png", | |
"extended_metadata" : true, | |
"functions": [ | |
{ | |
"name": "resize_to_fit", | |
"params": { | |
"width": 1920 | |
}, |
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/sky.jpg", | |
"extended_metadata" : true, | |
"functions": [ | |
{ | |
"name": "resize_to_fit", | |
"params": { | |
"width": 200 | |
}, |
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/blitdoc/pdfs/sample.pdf", | |
"src_type": "burst_pdf", | |
"src_data" : { "pages" : [0] }, | |
"v" : 1.21, | |
"functions":[ | |
{ | |
"name":"resize_to_fit", | |
"params":{ "width" : 500}, |
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://bc-bww-dev.s3.amazonaws.com/test/bww.pdf", | |
"src_type": "burst_pdf", | |
"v": 1.21, | |
"src_data": { | |
"dpi": 200 | |
}, | |
"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":"https://s3.amazonaws.com/img.blitline/sky.jpg", | |
"functions":[ | |
{ | |
"name":"resize_to_fit", | |
"params":{ | |
"width":200 | |
}, | |
"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://upload.wikimedia.org/wikipedia/commons/a/a0/Sunflower_as_gif_websafe.gif", | |
"src_type" : "multi_page", | |
"functions" : | |
[{ | |
"name": "no_op", | |
"save" : { | |
"image_identifier" : "single,non animated gif. Will only return 1 image in the images array" | |
} | |
} |
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://i.imgur.com/XBmZy.jpg", | |
"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":"http://crazydelcytv.com/blog/2011/May/letterboxing/2.75letterboxed.jpg", | |
"functions":[ | |
{ | |
"name":"trim", | |
"params":{ "fuzz" : 0.05 }, | |
"save":{ | |
"extension":".png", | |
"image_identifier":"MY_CLIENT_ID", |
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://lorempixel.com/640/480/", | |
"imagga_tags" : true, | |
"functions": [ | |
{ | |
"name": "resize_to_fit", | |
"params": { | |
"width": 500 | |
}, |