Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Logo Adder

This script adds the logo to the right bottom corner of all images in the directory

How to use

  1. Install Pillow library
    pip install Pillow
  2. Clone of dowload the script
  3. Move the script to the folder/directory with the pictures you want to add the logo to
  4. Rename the logo to logo.png
  5. Run the script

Features

  1. You can change the logo size by editing the script by changing line 33 to
    logo_adder('logo.png' , (wanted_width ,wanted_height))