-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
5.0
-
generic
-
generic
I am encoding a TYPE_INT_BGR image using BMP Writer with all the compression types supported. I have set the SourceSubsampling value to 3,3,0,0. When encoding with BI_RGB or BI_BITFIELDS compression types, some of the colors in the image are altered completely. This is incorrect. Setting subsampling should never alter the colors in the image.
This is reproducible only for BMP, only with the above compression types on all platforms. This is reproducible since Tiger.
I have attached a sample test and the image. I have also attached the screenshot of the output.
###@###.### 2005-07-20 07:19:35 GMT
This is reproducible only for BMP, only with the above compression types on all platforms. This is reproducible since Tiger.
I have attached a sample test and the image. I have also attached the screenshot of the output.
###@###.### 2005-07-20 07:19:35 GMT
- duplicates
-
JDK-6399660 PIT: Using subsampling with compression alters the colors for some of the image types for BMP
- Closed