Last active
December 9, 2019 22:34
-
-
Save blitline-dev/8f12eeee40e5bb5ec299 to your computer and use it in GitHub Desktop.
caption_example2.json
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": "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