Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6196868
Votes 0
Synopsis RLE encoded BMP images are not read in correctly.
Category jai:codec_imageio
Reported Against 1.0_01
Release Fixed 1.0_01
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 17-NOV-2004
Description
The images decoded by JAI-Image I/O Tools package are incorrect, when the image being read is a 8-bit RLE encoded BMP image. The bug can be seen by using JAI-Image I/O Tools to read in the attached image, and then comparing the result with that by reading in the image using either JAI codecs or a third party reader/application. The difference is visible in the top row of the image.
  xxxxx@xxxxx   2004-11-17 22:46:36 GMT
Work Around
N/A
Evaluation
Bug as described. Problem was related to the last decoded line (which is the first in the bottom-up format that BMP stores in), was not being copied to the image itself. Fix was made to the 8bit and 4bit RLE cases.
  xxxxx@xxxxx   2004-11-17 23:13:33 GMT
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang