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", | |
"extract_colors" : { "max_colors" : 8 }, | |
"functions": [ | |
{ | |
"name": "resize_to_fit", | |
"params": { | |
"width": 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": "http://www.librato.com", | |
"src_type": "screen_shot_url", | |
"functions": [ | |
{ | |
"name": "resize_to_fit", | |
"params": { | |
"width": 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", | |
"extract_colors" : { "max_count" : 12}, | |
"functions": [ | |
{ | |
"name": "resize_to_fit", | |
"params": { | |
"width": 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": "http://cdn.blitline.com/filters/boys.jpeg", | |
"extended_metadata": true, | |
"functions": [ | |
{ | |
"name": "pad_resize_to_fit", | |
"params": { | |
"width": "160", | |
"height": "160" |
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": "script", | |
"params": { | |
"bash_string": "convert input.png -set comment 'geometry:%g\ntrim bounding box:%@\nx offset:%x\ny offset:%y\nfile:%t' -trim -scale '160x160>' -gravity center -extent '160x160>' -quality 90 -profile sRGB.icc +profile 'xmp' +profile 'iptc' 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": "https://s3.amazonaws.com/img.blitline/Boston+City+Flow.jpg", | |
"v": 1.9, | |
"functions": [ | |
{ | |
"name": "no_op", | |
"save": { | |
"skip": true, | |
"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" : "https://s3.amazonaws.com/bltemp/non_stock_bulk_sell_sheet.pdf", | |
"extended_metadata" : true, | |
"v" : 1.9, | |
"functions" : | |
[{ | |
"name": "no_op", | |
"save" : { | |
"skip" : true, |
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/ai/Swirls_Circles_Graphic.ai", | |
"src_type": "pre_process_only", | |
"pre_process": { | |
"convert_original": { | |
"s3_destination": { | |
"bucket": "bltemp", | |
"key": "grumpy_squirrel/moved_original_foo.svg" | |
} |
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://img.blitline.s3.amazonaws.com/test_pngs/apple.png", | |
"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": "https://s3.amazonaws.com/img.blitline/vector/Free-Abstract-Shapes-Vectors.eps", | |
"src_data": { | |
"density": 100, | |
"colorspace": "cmyk" | |
}, | |
"functions": [ | |
{ | |
"name": "no_op", |