Skip to content

In this project i have took 1 image and 1 sample logo and I have created an app using openCV which can add your logo as water mark in your image.

Notifications You must be signed in to change notification settings

yashpatel-py/Image-Watermarking-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Image Watermarking

Open Source Love

Python NumPy Pandas OpenCV Jupyter Notebook Anaconda

Steps to make this project

  1. Loading the image and logo from URL'S
  2. Resizing the images
  3. Converting image into RGB Fromat and then converting it into numpay array.
  4. Storing the height and width of the image and logo.
  5. Finding out the coordinates of the center of the image or logo.
  6. Finding out the region or interest to draw logo
  7. Merging the logo with image and visulaziong it.
  8. Creating the text watermark
  9. Using CV2 funvtion to define text peoperties and applying it ar specific coordinates
  10. Converting the image into RGB and visualizing it.

Output

output 1

output 2


NOTE: If you have Ananconda installed then you will not need requirements.txt because anaconda comes will preinstalled pachages


NOTE: This project will take about 1 hour to run Depends on your computer

About

In this project i have took 1 image and 1 sample logo and I have created an app using openCV which can add your logo as water mark in your image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published