Skip to content
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

Image with per channel alpha (cdef) does not decode properly #414

Closed
gcode-importer opened this issue Oct 16, 2014 · 3 comments
Closed

Image with per channel alpha (cdef) does not decode properly #414

gcode-importer opened this issue Oct 16, 2014 · 3 comments

Comments

@gcode-importer
Copy link

Originally reported on Google Code with ID 414

./bin/opj_decompress -i ../../5C-cdef.jp2 -o 0.bmp

[INFO] Start to read j2k main header (131).
[INFO] Main header has been correctly decoded.
[INFO] No decoded area parameters, set the decoded area to the whole image
[INFO] Header of tile 1 / 1 has been read.
[INFO] Tile 1/1 has been decoded.
[INFO] Image data has been updated with tile 1.

[INFO] Stream reached its end !
[INFO] Generated Outfile 0.bmp

Incorrect colors in output image (with alpha channels dropped for bmp)

Incorrect ouput image : 0.bmp
Correct output image : 5C-cdef.bmp (kakadu & patched openjpeg)


Reported by mayeut on 2014-10-16 21:38:51


- _Attachment: [5C-cdef.jp2](https://storage.googleapis.com/google-code-attachments/openjpeg/issue-414/comment-0/5C-cdef.jp2)_ - _Attachment: [5C-cdef.bmp](https://storage.googleapis.com/google-code-attachments/openjpeg/issue-414/comment-0/5C-cdef.bmp)_ - _Attachment: [0.bmp](https://storage.googleapis.com/google-code-attachments/openjpeg/issue-414/comment-0/0.bmp)_
@gcode-importer
Copy link
Author

Patch verified against Test Suite & OK

Reported by mayeut on 2014-10-16 22:22:45

@gcode-importer
Copy link
Author

Update patch for r2918
Patch verified against Test Suite & OK

Reported by mayeut on 2014-10-23 19:30:20

  • Status changed: Verified

- _Attachment: [issue414-r2918.patch](https://storage.googleapis.com/google-code-attachments/openjpeg/issue-414/comment-2/issue414-r2918.patch)_

@gcode-importer
Copy link
Author

This issue was closed by revision r2921.

Reported by detonin on 2014-10-30 18:26:13

  • Status changed: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants