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
- Host: GitHub
- URL: https://github.com/ternaus/add_logo
- Owner: ternaus
- License: mit
- Created: 2022-04-23T10:57:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T12:55:34.000Z (about 4 years ago)
- Last Synced: 2025-02-25T20:46:57.510Z (over 1 year ago)
- Topics: images
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Add logo to the image

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`.