Updated readme.

This commit is contained in:
Harald Kuhr 2013-10-30 17:58:27 +01:00
parent 8f33f906fb
commit a36eb0cd5d

View File

@ -20,15 +20,15 @@ Mainstream format support
#### JPEG #### JPEG
* Read support for the following JPEG flavors: * Read support for the following JPEG flavors:
* YCbCr JPEGs without JFIF segment (converted to RGB, using the embedded ICC profile if applicable) * YCbCr JPEGs without JFIF segment (converted to RGB, using embedded ICC profile)
* CMYK JPEGs (converted to RGB by default or as CMYK, using the embedded ICC profile if applicable) * CMYK JPEGs (converted to RGB by default or as CMYK, using embedded ICC profile )
* Adobe YCCK JPEGs (converted to RGB by default or as CMYK, using the embedded ICC profile if applicable) * Adobe YCCK JPEGs (converted to RGB by default or as CMYK, using embedded ICC profile)
* JPEGs containing ICC profiles with interpretation other than 'Perceptual' (profile is assumed to be 'Perceptual' and used) * JPEGs containing ICC profiles with interpretation other than 'Perceptual'
* JPEGs containing ICC profiles with class other than 'Display' (profile is assumed to have class 'Display' and used) * JPEGs containing ICC profiles with class other than 'Display'
* JPEGs containing ICC profiles that are incompatible with stream data (image data is read, profile is ignored) * JPEGs containing ICC profiles that are incompatible with stream data
* JPEGs with corrupted ICC profiles (image data is read, profile is ignored) * JPEGs with corrupted ICC profiles
* JPEGs with corrupted {@code ICC_PROFILE} segments (image data is read, profile is ignored) * JPEGs with corrupted `ICC_PROFILE` segments
* JPEGs using non-standard color spaces, unsupported by Java 2D (image data is read, profile is ignored) * JPEGs using non-standard color spaces, unsupported by Java 2D
* Issues warnings instead of throwing exceptions in cases of corrupted data where ever the image data can still be read in a reasonable way * Issues warnings instead of throwing exceptions in cases of corrupted data where ever the image data can still be read in a reasonable way
* Thumbnail support: * Thumbnail support:
* JFIF thumbnails (even if stream contains inconsistent metadata) * JFIF thumbnails (even if stream contains inconsistent metadata)
@ -37,8 +37,8 @@ Mainstream format support
* Metadata support: * Metadata support:
* JPEG metadata in both standard and native formats (even if stream contains inconsistent metadata) * JPEG metadata in both standard and native formats (even if stream contains inconsistent metadata)
* `javax_imageio_jpeg_image_1.0` format (currently as native format, may change in the future) * `javax_imageio_jpeg_image_1.0` format (currently as native format, may change in the future)
* illegal combinations of JFIF, Exif and Adobe markers, using "unknown" segments in the * Illegal combinations of JFIF, Exif and Adobe markers, using "unknown" segments in the
* "MarkerSequence" tag for the unsupported segments (for `javax_imageio_jpeg_image_1.0` format) "MarkerSequence" tag for the unsupported segments (for `javax_imageio_jpeg_image_1.0` format)
* Extended write support in progress * Extended write support in progress
#### JPEG-2000 #### JPEG-2000