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.
- Host: GitHub
- URL: https://github.com/sandarutharuneth/watermark-ngine
- Owner: sandarutharuneth
- License: cc0-1.0
- Created: 2023-08-24T08:51:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T06:10:12.000Z (about 1 year ago)
- Last Synced: 2025-04-03T21:51:08.407Z (6 months ago)
- Topics: automated, bulk-operation, customizable, customization, midjourney, openjourney, python, watermark, watermark-image, watermarking
- Language: Python
- Homepage: https://openjourneybot.com
- Size: 7.61 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
---