An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Add Text to Image
==================

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](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)