From a36eb0cd5d71ab8ba6673dc2e64b1277a0b5ecc4 Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Wed, 30 Oct 2013 17:58:27 +0100 Subject: [PATCH] Updated readme. --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9e08fde8..7766a497 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,15 @@ Mainstream format support #### JPEG * Read support for the following JPEG flavors: - * YCbCr JPEGs without JFIF segment (converted to RGB, using the embedded ICC profile if applicable) - * CMYK 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 the embedded ICC profile if applicable) - * JPEGs containing ICC profiles with interpretation other than 'Perceptual' (profile is assumed to be 'Perceptual' and used) - * JPEGs containing ICC profiles with class other than 'Display' (profile is assumed to have class 'Display' and used) - * JPEGs containing ICC profiles that are incompatible with stream data (image data is read, profile is ignored) - * JPEGs with corrupted ICC profiles (image data is read, profile is ignored) - * JPEGs with corrupted {@code ICC_PROFILE} segments (image data is read, profile is ignored) - * JPEGs using non-standard color spaces, unsupported by Java 2D (image data is read, profile is ignored) + * YCbCr JPEGs without JFIF segment (converted to RGB, using embedded ICC profile) + * 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 embedded ICC profile) + * JPEGs containing ICC profiles with interpretation other than 'Perceptual' + * JPEGs containing ICC profiles with class other than 'Display' + * JPEGs containing ICC profiles that are incompatible with stream data + * JPEGs with corrupted ICC profiles + * JPEGs with corrupted `ICC_PROFILE` segments + * 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 * Thumbnail support: * JFIF thumbnails (even if stream contains inconsistent metadata) @@ -37,8 +37,8 @@ Mainstream format support * Metadata support: * 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) - * 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) + * 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) * Extended write support in progress #### JPEG-2000