We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try and decode an encoded image from another file something weird happens.
Some of the color channels get swapped.
For example, if I encode bee.png into apple-test.png and save as output.png I get the following image:
bee.png
apple-test.png
output.png
If I decode the resulting image with stego decode image -i output.png, I get the following corrupted image:
stego decode image -i output.png
Seems like the Blue and Green color channels are being swapped.
Running the decoding loop in reverse doesn't fix the problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try and decode an encoded image from another file something weird happens.
Some of the color channels get swapped.
For example, if I encode
bee.png
intoapple-test.png
and save asoutput.png
I get the following image:
If I decode the resulting image with
stego decode image -i output.png
, I get the following corrupted image:Seems like the Blue and Green color channels are being swapped.
Running the decoding loop in reverse doesn't fix the problem.
The text was updated successfully, but these errors were encountered: