Skip to content

Instantly share code, notes, and snippets.

@psbolden
Forked from blitline-dev/overlay_with_text.json
Created October 26, 2016 22:20
Show Gist options
  • Save psbolden/c42eb175d192581c60625d4e4023533f to your computer and use it in GitHub Desktop.
Save psbolden/c42eb175d192581c60625d4e4023533f to your computer and use it in GitHub Desktop.
overlay_with_text
{
"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