- Auto detect image files
- Auto watermark size adjustment
- Auto watermark color adjustment ( dark / light )
- Easy to use
Put the tool.py in the image folder
or copy images into the tool.py's folder, then
python tool.py
Results will be stored in out folder.
watermark_font = 'C:/windows/fonts/Bradhitc.ttf' # font path
watermark_text = 'a cat lover' # custom text
watermark_size = 1.2 # sizeYou can also see the example images in example folder.
Whether you use this tool, have learned something from it, or just like it, please star!
MIT License © thebestwj


