Skip to content

FAdy-200/Watermark_Adder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watermark Adder Using Pillow and Numpy

Examples

  1. Before
    rainbowTest
    After in Intense mode
    rainbowTestIntense
    After in Normal mode
    rainbowTEstNormal
  2. Before
    solidTest
    After in Intense mode
    solidTestIntense
    After in Normal mode
    solidTestNormal

How

This was done by creating a matrix of the watermark, with a suitable size in proportion to the original image, that had the value 20 for its R G B values, so it lightens up where there would be a pixel of the watermark, then adding this matrix to the original image in the needed parts. for the places where adding 20 will cause the color value to overflow ((go over 255)), it will be replaces with -40 to darken it instead.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages