invisible-watermark icon indicating copy to clipboard operation
invisible-watermark copied to clipboard

python library for invisible image watermark (blind image watermark)

Results 31 invisible-watermark issues
Sort by recently updated
recently updated
newest added

could you provide this datasets link ? thank you

How can we change the Embedding Strength?

I used your test code for reading/writing. I also left it on: dwtDct No matter what test image i test, when i attempt to read it back i always get...

I'm trying to use as CLI and python script to generate a wmrked JPG but watermark decode doesn't show anything: ``` C:\Users\me\AppData\Local\Programs\Python\Python310\Scripts>py invisible-watermark "F:\JPEG\_DSC5341.jpg" -v -a encode -t bytes -m...

encoded the image, then decoding returned nothing, not "test" like expected. edit: tried with a different png image: Traceback (most recent call last): File "/home/me/whisper/decode.py", line 8, in print(watermark.decode('utf-8')) UnicodeDecodeError:...

You can't encode much of a watermark with only 9 characters. This limitation should be specified in the README.

Is it possible to support PIL as alternative to CV2? Thank you.

I think a quick blurb about how the watermarks implemented by this package work would be helpful. Is it the pixel rounding that I can read about here? https://invisiblewatermark.net/how-invisible-watermarks-work.html