The image p0_13.j2k has 257 components. Please
read the attached text file.
1. openjpeg-branchv2-r1452
==========================
./j2k_to_image -i p0_13.j2k -o p0_13-j2k.pgx
ERROR -> j2k_to_image: failed to decode image!
2. openjpeg-trunk-r1452
=======================
./j2k_to_image -i p0_13.j2k -o p0_13-j2k.pgx
[INFO] Start to read j2k main header (0).
[INFO] Main header has been correctly decoded.
[INFO] No decoded area parameters, set the decoded area to the whole image
[INFO] Header of tile 0 / 0 has been read.
[INFO] Tile 1/1 has been decoded.
[INFO] Image data has been updated with tile 1.
Generated Outfile p0_13-j2k.pgx
Not ONE p0_13-j2k.pgx is generated but 257 images are
generated.
3. openjpeg-branch15-r1452
==========================
./j2k_to_image -i p0_13.j2k -o p0_13-j2k.pgx
[INFO] tile 1 of 1
[INFO] - tiers-1 took 0.000999 s
[INFO] - dwt took 0.000000 s
[INFO] - tile decoded in 0.000999 s
Generated Outfile p0_13-j2k.pgx
Not ONE p0_13-j2k.pgx is generated but 257 images are
generated.
Do 257 images point to a bug in the library?
Original issue reported on code.google.com by mathieu.malaterre on 1 Mar 2012 at 4:02
Original issue reported on code.google.com by
mathieu.malaterre
on 1 Mar 2012 at 4:02Attachments: