This script adds the logo to the right bottom corner of all images in the directory
- Install Pillow library
pip install Pillow
- Clone of dowload the script
- Move the script to the folder/directory with the pictures you want to add the logo to
- Rename the logo to logo.png
- Run the script
- You can change the logo size by editing the script by changing line 33 to
logo_adder('logo.png' , (wanted_width ,wanted_height))