-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decoder not working #91
Comments
I have the same error
All failed with the same error "Failed to find message" I'm suspecting there's some kind of version mismatch with either |
Ok this issue #55 indicates that |
And |
sir i want to ask you something |
To update on the issue: @jatindarkumar12 to answer your question - this method is supposed to hide an arbitrary bit string inside of a cover image. Every bit is decoded correctly with a probability, so to be confident that we will extract the message, we use Reed-Solomon encoding. Sadly, right now it works somewhat reliably only with a very small bit message, so I doubt you can fit a whole image inside the cover image |
sir we want to implementing the decoding of image in cover image in this project |
@jatindarkumar12 if you want help, email me on the address from my profile |
Description
Decoder displays this error :
ValueError: Failed to find message.
What I Did
The text was updated successfully, but these errors were encountered: