-
Bug
-
Resolution: Unresolved
-
P4
-
5.0, 6u23, 7, 8, 9, 10, 11, 12, 13, 14, 15
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2197055 | 7 | Andrew Brygin | P4 | Closed | Won't Fix | |
JDK-2201677 | 6 | Andrew Brygin | P4 | Closed | Won't Fix |
I am creating a buffered image with an alpha channel (say TYPE_INT_ARGB) and converting it to CS_PYCC color space through ColorConvertOp. When I try to save the converted image to a file using JPEG, I get the following exception -
javax.imageio.IIOException: Huffman table 0x01 was not defined
at com.sun.imageio.plugins.jpeg.JPEGImageReader.readImage(Native Method)
at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(JPEGImageReader.java:1100)
at com.sun.imageio.plugins.jpeg.JPEGImageReader.read(JPEGImageReader.java:915)
at javax.imageio.ImageIO.read(ImageIO.java:1422)
at javax.imageio.ImageIO.read(ImageIO.java:1282)
at ColorConvertTest.doTest(ColorConvertTest.java:271)
at ColorConvertTest.<init>(ColorConvertTest.java:112)
at ColorConvertTest.main(ColorConvertTest.java:484)
When I try to encode the converted image using PNG writer, the colors are completely altered. GIF works fine.
This is reproducible atleast since 1.5 on all platforms. This is happening regardless of the source color space set in the ColorConvertOp.
I have attached a sample test. Execute the sample test. Verify the images loaded on the frame. If you get an exception on the console and if the PNG image loaded looks different from the actual image, the bug is reproduced.
javax.imageio.IIOException: Huffman table 0x01 was not defined
at com.sun.imageio.plugins.jpeg.JPEGImageReader.readImage(Native Method)
at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(JPEGImageReader.java:1100)
at com.sun.imageio.plugins.jpeg.JPEGImageReader.read(JPEGImageReader.java:915)
at javax.imageio.ImageIO.read(ImageIO.java:1422)
at javax.imageio.ImageIO.read(ImageIO.java:1282)
at ColorConvertTest.doTest(ColorConvertTest.java:271)
at ColorConvertTest.<init>(ColorConvertTest.java:112)
at ColorConvertTest.main(ColorConvertTest.java:484)
When I try to encode the converted image using PNG writer, the colors are completely altered. GIF works fine.
This is reproducible atleast since 1.5 on all platforms. This is happening regardless of the source color space set in the ColorConvertOp.
I have attached a sample test. Execute the sample test. Verify the images loaded on the frame. If you get an exception on the console and if the PNG image loaded looks different from the actual image, the bug is reproduced.
- backported by
-
JDK-2197055 JPG, PNG, TIFF fails to encode translucent images with CS_PYCC color space
-
- Closed
-
-
JDK-2201677 JPG, PNG, TIFF fails to encode translucent images with CS_PYCC color space
-
- Closed
-