mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
8f87f107ad
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> |
||
---|---|---|
.. | ||
main.py | ||
README.md | ||
requirements.txt |
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.