noobdoesre / openjpeg

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

J2KP4files/codestreams_profile0/p0_13.j2k question jpeg2000 #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by mathieu.malaterre on 25 Feb 2014 at 4:04

GoogleCodeExporter commented 9 years ago
seems like proper behavior to me, closing.

Original comment by mathieu.malaterre on 26 Feb 2014 at 2:33