pdmark / openjpeg

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

OpenJPEG cannot decode this image #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

The attached JP2 image is a color image with YCbCr components, the Cb and
Cr components subsampled. The image renders fine with kdu_render, but
j2k_to_image seems to get stuck in an infinite loop.

What steps will reproduce the problem?
1. j2k_to_image -i reference.jp2 -o foo.ppm

What is the expected output? What do you see instead?
I've attached a .png version of the output that I get from kdu_render.

What version of the product are you using? On what operating system?
OpenJPEG V2 Alpha, on Linux/x86_64 (SuSE 10.3)

Please provide any additional information below.

Original issue reported on code.google.com by steveica...@gmail.com on 6 Nov 2009 at 5:09

Attachments:

GoogleCodeExporter commented 9 years ago
It looks like OpenJPEG 1.3 is able to decode these images just fine. The 
j2k_to_image
program doesn't render the colors (it doesn't interpret the colr box to get the 
color
space) but that's better then hanging in an infinite loop.

Original comment by steveica...@gmail.com on 18 Nov 2009 at 7:31

GoogleCodeExporter commented 9 years ago
Hi 

rev1035 of v1.5 give the desired output
rev1036 of trunk give the desired output

Best 
Savinaud Mickael

Original comment by savmick...@gmail.com on 2 Nov 2011 at 2:13

GoogleCodeExporter commented 9 years ago
Please check on your side with these version
Best
Savinaud Mickael

Original comment by savmick...@gmail.com on 2 Nov 2011 at 2:39