mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
80bfc6c98d
* added batch image watermarker * Create README.md * Update README.md to include project
14 lines
333 B
Markdown
14 lines
333 B
Markdown
## Python script to watermark your images
|
|
|
|
in the `main.py` file edit the following items:
|
|
|
|
```bash
|
|
"<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.
|