Skip to content

Latest commit

 

History

History
 
 

Watermark_Images

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Watermark Images

Description:

Simple python scripts that can be used to add watermark to an image using either text or logo.

Requirements to run the scripts:

  • OpenCV
  • Numpy
  • Python Imaging Library(PIL)

To install the required libraries, run the following command:

pip install requirements.txt

How to run the scripts?

Navigate to the folder containing the scripts and use the following commands:

python watermark_logo.py

python watermark_text.py

Examples:

image

img

Author:

Madhurima Maji