https://github.com/yefim/add-text-to-image
A service that adds the specified text to an image
https://github.com/yefim/add-text-to-image
Last synced: about 1 year ago
JSON representation
A service that adds the specified text to an image
- Host: GitHub
- URL: https://github.com/yefim/add-text-to-image
- Owner: yefim
- Created: 2016-10-18T05:56:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T08:47:06.000Z (over 9 years ago)
- Last Synced: 2025-01-19T23:49:30.748Z (over 1 year ago)
- Language: Python
- Homepage: https://add-text-to-image.herokuapp.com/
- Size: 556 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Add Text to Image
==================
[](https://heroku.com/deploy)
A simple service that adds text to an image.
## Parameters
| Name | Type | Required? | Description |
|-----------|--------|-----------|-------------|
| `image` | string | required | The URL of the image that needs text added. |
| `text` | string | required | The text to add to the image. |
| `x` | number | optional | The x offset of the text from the left. Defaults to 0. |
| `y` | number | optional | The y offset of the text from the top. Defaults to 0. |
| `color` | number | optional | The text color. Defaults to #111111 (off-black). |
| `size` | number | optional | The font size of the text. Defaults to 30. |
## Contributors
* [Yefim Vedernikoff](https://twitter.com/yefim)