Awesome-Python-Scripts/imageWatermarker/README.md
Remco Halman 80bfc6c98d
added batch image watermarker (#184)
* added batch image watermarker

* Create README.md

* Update README.md to include project
2020-10-09 13:54:35 +05:30

333 B

Python script to watermark your images

in the main.py file edit the following items:

        "<input folder>",
        "<output folder>",
        "<watermark image>"

using the input folder path to loop over all images and output them to outputfolder.

Best practise is to use a image with transparent background.