gunjannandy / steganography

Compare efficiency of steganographic processes LSB,DCT and DWT
58 stars 20 forks source link

How to remove the blue/green/tint from the watermarked image? #1

Open imran20487 opened 5 years ago

imran20487 commented 5 years ago

I tried to encode the message in all the R,G and B channels. But the watermarked image was all grey colored. Any inputs on how to output with proper colored watermark image?

gunjannandy commented 5 years ago

Sorry for the late reply! You can go down in the README.md. It's already mentioned there, I tried different channels, and if you pass like green or red channel instead of blue channel, you will find, the tint will be of that exact color. I tried to fix the issue, but I couldn't, please let me know if you find anything, and you can also contribute directly! Happy coding!