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

PIT: Using subsampling with compression alters the colors for some of the image types for BMP

    XMLWordPrintable

Details

    • b81
    • generic
    • generic
    • Verified

    Description

      I am setting a sub-sampling value in the ImageWriteParam and trying to write each of the buffered image types using BMP Writer, using all the supported compression types. But in the PIT build for Mustang-b77, I am noticing the following behaviors:

      1. Writing TYPE_INT_RGB using BI_BITFIELDS compression alters the image colors when subsampling is specified.

      2. TYPE_INT_BGR did not work fine before because of the bug 6299168 but it works fine on the current PIT build

      3. Writing TYPE_3BYTE_BGR using BI_RGB, BI_BITFIELDS compression types with subsampling set makes the image appear bluish.

      4. Writing TYPE_USHORT_565_RGB with BI_BITFIELDS compression and subsampling makes the output image appear in different color.

      5. Writing TYPE_USHORT_555_RGB using BI_RGB, BI_BITFIELDS compression types alters the image colors and BI_BIFIELDS image is slightly corrupted.

      All the above behaviors are noticed only on the PIT build and not reproducible on Mustang-b75 or earlier. All the above issues are reproducible on Win32 as well as Solaris. All the issues are hence regressions introduced in the b77 PIT build.

      I have attached a sample test with the necessary images. Run the test on the PIT build. You would see a frame with a choice. Click on the items in the choice one by one to test each of those buffered image types. You will notice that the image colors are altered for the above cases.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: