Awesome-Python-Scripts/imageWatermarker
dependabot[bot] 6d8d361bb3
Bump pillow from 9.3.0 to 10.0.1 in /imageWatermarker
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.3.0...10.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-04 00:56:15 +00:00
..
main.py added batch image watermarker (#184) 2020-10-09 13:54:35 +05:30
README.md added batch image watermarker (#184) 2020-10-09 13:54:35 +05:30
requirements.txt Bump pillow from 9.3.0 to 10.0.1 in /imageWatermarker 2023-10-04 00:56:15 +00:00

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.