Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Last active December 9, 2019 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blitline-dev/8f12eeee40e5bb5ec299 to your computer and use it in GitHub Desktop.
Save blitline-dev/8f12eeee40e5bb5ec299 to your computer and use it in GitHub Desktop.
caption_example2.json
{
"application_id": "YOUR_APP_ID",
"src": "https://s3.amazonaws.com/img.blitline/sky.jpg",
"functions": [
{
"name": "caption",
"params": {
"width": "100%",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore",
"height": 400,
"font_family": "Ubuntu",
"gravity": "CenterGravity"
},
"functions": [
{
"name": "resize_to_fit",
"params": {
"width": "640"
},
"save": {
"extension": ".png",
"image_identifier": "MY_CANVAS_WITH_TEXT"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment