Skip to content

This Python algorithm takes a watermark png file, which needs to be white text on black background, and the photo that's going to be watermarked and then puts them on top of one another.

License

Notifications You must be signed in to change notification settings

antonarnaudov/watermark-image-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watermark-image-creator

This Python algorithm takes a watermark png file, which needs to be white text on black background, and the photo that's going to be watermarked and then puts them on top of one another.

!IMPORTANT! Note that the algorithm uses openCv, and you're going to need to install it in your VENV. I suggest you use

pip install opencv-python 4.1.2.30

About

This Python algorithm takes a watermark png file, which needs to be white text on black background, and the photo that's going to be watermarked and then puts them on top of one another.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages