iron261 / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

OPJ fails to decode image that KDU manages correctly #419

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
trunk r2908 :
./bin/opj_decompress -i ../../ex/4.jp2 -o 4.bmp
[INFO] Start to read j2k main header (123).
[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.
[ERROR] Stream too short, expected SOT
[ERROR] Failed to decode tile 1/1
[ERROR] Failed to decode the codestream in the JP2 file
ERROR -> opj_decompress: failed to decode image!

kdu_expand -i ../../ex/4.jp2 -o 4.bmp
Consumed 6 tile-part(s) from a total of 1 tile(s).
Consumed 1,834 codestream bytes (excluding any file format) = 1.084886
bits/pel.
Processed using the multi-threaded environment, with
    2 parallel threads of execution

Original issue reported on code.google.com by m.darb...@gmail.com on 22 Oct 2014 at 5:55

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by m.darb...@gmail.com on 4 Nov 2014 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by mathieu.malaterre on 7 Jan 2015 at 5:35