Awesome-Python-Scripts/imageWatermarker
dependabot[bot] 8f87f107ad
Bump pillow from 10.0.1 to 10.2.0 in /imageWatermarker
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.0.
- [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/10.0.1...10.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 22:02:36 +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 10.0.1 to 10.2.0 in /imageWatermarker 2024-01-22 22:02:36 +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.