Corrupted RGBA Channels when decoding images.
- Ngôn ngữ chính
- Rust
- Star
- 275
- Fork
- 16
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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:

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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.