-
-
Save psbolden/c42eb175d192581c60625d4e4023533f to your computer and use it in GitHub Desktop.
overlay_with_text
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/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" | |
} | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment