Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6294920

BMP Reader fails to read 3BYTE_BGR images encoded using BMP Writer with BI_JPEG compression

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 5.0, 6
    • client-libs
    • 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

            bae Andrew Brygin
            pmohansunw Praveen Mohan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: