mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2025-02-24 17:08:38 +00:00
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 9.3.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/7.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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.