JDK-2124928 : ImageIO does not correctly read some standard JPG files
  • Type: Backport
  • Backport of: JDK-4881314
  • Component: client-libs
  • Sub-Component: javax.imageio
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2005-04-01
  • Updated: 2011-01-19
  • Resolved: 2005-04-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
5.0u4 b03Fixed 6Fixed
Comments
EVALUATION We should not perform color space conversion for EXIF images - they are already using YCbCr. (see http://www.exif.org/Exif2-2.PDF, section 4.7, page 63). To detect EXIF image we may check for presense of the APP1 marker in the image header. (see http://www.exif.org/Exif2-2.PDF, section 4.7, page 58). ###@###.### 2005-04-13 15:34:34 GMT
13-04-2005