Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 426 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 426 Bytes

BatchWatermark

This script places watermarks on all images located in the folder images-dir, and saves the new images to the folder output-dir.

Set the values for opacity, fontsize, font-type, watermark text inside the file watermark.py. Also set the directory path for where the new watermarked images should be saved.

Run the code with the following:

python watermark.py

For more options run:

python watermark.py -h