Watermarking #1042
Replies: 2 comments 1 reply
-
@helmutkaufmann that would be pretty jarring, why are you wanting that specifically? Why not overlay a watermark with some sort of translucent background so that it's readable on anything? Theoretically someone could bypass the watermark by just pre-populating the image with the exact inverse of the current pixel values in the exact location where your watermark would end up, thus when your code goes to apply your "watermark" all it actually does is fix the uploaded image rendering an image with no watermark. |
Beta Was this translation helpful? Give feedback.
-
Let's close this. Thanks @LukeTowers . |
Beta Was this translation helpful? Give feedback.
-
I would like to watermark images with a string, where the color of the string should be the inverse of color of the underlying pixel. So, if it is the pixel of an image is RGB 0000FF, the watermarking pixel would be FFFF00. How is that done (efficiently)?
Beta Was this translation helpful? Give feedback.
All reactions