Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 333 Bytes

File metadata and controls

13 lines (9 loc) · 333 Bytes

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.