Add a watermark to bulk of images automatically and easily. Fully customizable and and easy to understand.
You need to have Python installed in your PC to run this program. Haven't installed it yet? Head over to www.python.org to download Python or download it from Microsoft Store.
- Clone the repository
git clone https://github.com/sandarutharuneth/watermark-ngine.git
- Install Pillow
pip install Pillow
- Add your watermark (.png or jpg) to the
static
folder - Add your images to
data
folder - Run the program
python app.py
Increase or Decrease the size of your watermark
watermark_factor = 0.10 # Increase size of the watermark (0.10 means 10%)
Watermark Opacity
watermark_opacity = 0.7 # Adjust the watermark opacity (0.7 means 70%)
Watermark Position
watermark_position = "BOTTOM_RIGHT"
# Available position values:
# TOP_RIGHT
# TOP_LEFT
# BOTTOM_RIGHT
# BOTTOM_LEFT
# CENTER