Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.44 KB

README.md

File metadata and controls

60 lines (46 loc) · 1.44 KB

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 to download Python or download it from Microsoft Store.

  1. Clone the repository
git clone https://github.com/sandarutharuneth/watermark-ngine.git
  1. Install Pillow
pip install Pillow
  1. Add your watermark (.png or jpg) to the static folder
  2. Add your images to data folder
  3. Run the program
python app.py

That all! You have successfully ran the program!


Customizations

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

Support Me:

sandarudev