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

https://github.com/ternaus/add_logo

Adds pre-defined logo to the image
https://github.com/ternaus/add_logo

images

Last synced: about 2 months ago
JSON representation

Adds pre-defined logo to the image

Awesome Lists containing this project

README

          

# Add logo to the image

![](https://habrastorage.org/webt/t4/yz/2l/t4yz2luttp2ehpyju-wnao0vhac.jpeg)

Logo is added to the bottom right of the image.

## Install
```
pip install -U addlogo
```

## Use

```
image_with_logo = add_logo(image, logo, factor)
```

where `image` and `logo` are numpy arrays and `factor` is the target `logo_height` / `image_height`.