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

https://github.com/sandarutharuneth/watermark-ngine

Add a watermark to bulk of images automatically and easily. Fully customizable and and easy to setup.
https://github.com/sandarutharuneth/watermark-ngine

automated bulk-operation customizable customization midjourney openjourney python watermark watermark-image watermarking

Last synced: 4 months ago
JSON representation

Add a watermark to bulk of images automatically and easily. Fully customizable and and easy to setup.

Awesome Lists containing this project

README

          

# WATERMARK NGINE
> Add a watermark to bulk of images automatically and easily. Fully customizable and and easy to understand.

----

## How to Setup

> You need to have Python installed in your PC to run this program. Haven't installed it yet? Head over to [www.python.org](https://www.python.org/downloads/) to download Python or download it from Microsoft Store.

1. Clone the repository
```sh
git clone https://github.com/sandarutharuneth/watermark-ngine.git
```

2. Install Pillow
```sh
pip install Pillow
```

3. Add your watermark (.png or jpg) to the `static` folder
4. Add your images to `data` folder
5. Run the program
```sh
python app.py
```
### That all! You have successfully ran the program!

---

## Customizations
Increase or Decrease the size of your watermark
```py
watermark_factor = 0.10 # Increase size of the watermark (0.10 means 10%)
```

Watermark Opacity
```py
watermark_opacity = 0.7 # Adjust the watermark opacity (0.7 means 70%)
```
Watermark Position
```py
watermark_position = "BOTTOM_RIGHT"
# Available position values:
# TOP_RIGHT
# TOP_LEFT
# BOTTOM_RIGHT
# BOTTOM_LEFT
# CENTER
```

---

Support Me:


sandarudev



---