-
Bug
-
Resolution: Fixed
-
P3
-
5.0, 6
-
b53
-
generic
-
generic
-
Verified
I am writing a buffered image of type 3BYTE_BGR to a file using BMP Writer and I am setting the
available compression types one by one. When I set the compression type to BI_JPEG and write the image, I am getting an exception when reading back the image using BMP Image reader. Native applications also fail to read this BMP image.
Here is the exception:
java.io.EOFException
at javax.imageio.stream.ImageInputStreamImpl.readFully(ImageInputStreamImpl.java:330)
at com.sun.imageio.plugins.bmp.BMPImageReader.read24Bit(BMPImageReader.java:1166)
at com.sun.imageio.plugins.bmp.BMPImageReader.read(BMPImageReader.java:800)
at javax.imageio.ImageIO.read(ImageIO.java:1400)
at javax.imageio.ImageIO.read(ImageIO.java:1286)
at BMPWriter3BYTEBGRTest.<init>(BMPWriter3BYTEBGRTest.java:143)
at BMPWriter3BYTEBGRTest.main(BMPWriter3BYTEBGRTest.java:216)
This is reproducible on all platforms, since Tiger-FCS. The image read using BMP reader is empty.
I have attached a sample test and the image that I used to reproduce this bug. Run the application as follows: 'java BMPWriter3BYTEBGRTest bmp'
You would see the above exception on the console.
###@###.### 2005-07-08 11:24:17 GMT
available compression types one by one. When I set the compression type to BI_JPEG and write the image, I am getting an exception when reading back the image using BMP Image reader. Native applications also fail to read this BMP image.
Here is the exception:
java.io.EOFException
at javax.imageio.stream.ImageInputStreamImpl.readFully(ImageInputStreamImpl.java:330)
at com.sun.imageio.plugins.bmp.BMPImageReader.read24Bit(BMPImageReader.java:1166)
at com.sun.imageio.plugins.bmp.BMPImageReader.read(BMPImageReader.java:800)
at javax.imageio.ImageIO.read(ImageIO.java:1400)
at javax.imageio.ImageIO.read(ImageIO.java:1286)
at BMPWriter3BYTEBGRTest.<init>(BMPWriter3BYTEBGRTest.java:143)
at BMPWriter3BYTEBGRTest.main(BMPWriter3BYTEBGRTest.java:216)
This is reproducible on all platforms, since Tiger-FCS. The image read using BMP reader is empty.
I have attached a sample test and the image that I used to reproduce this bug. Run the application as follows: 'java BMPWriter3BYTEBGRTest bmp'
You would see the above exception on the console.
###@###.### 2005-07-08 11:24:17 GMT
- duplicates
-
JDK-6294926 BMP Reader fails to read USHORT_555_RGB images encoded by BMP Writer with BI_JPEG compression
-
- Closed
-
- relates to
-
JDK-6902932 2D_ImageIOTiger/AutoImageIOReaderDestTest fails with EOFException
-
- Open
-