Updated readme

This commit is contained in:
Harald Kuhr 2018-09-10 13:37:29 +02:00
parent 48aa504be4
commit 62538c3db9

View File

@ -56,9 +56,9 @@ Mainstream format support
* `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)
* Non-conforming combinations of JFIF, Exif and Adobe markers, using "unknown" segments in the * Non-conforming 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:
* CMYK JPEGs * CMYK JPEGs
* YCCK JPEGs * YCCK JPEGs in progress
#### JPEG-2000 #### JPEG-2000
@ -206,6 +206,7 @@ Legacy formats
* Uncompressed * Uncompressed
* RLE compressed * RLE compressed
* Standard metadata support * Standard metadata support
* Write support
Icon/other formats Icon/other formats
@ -215,6 +216,7 @@ Icon/other formats
* All known "native" icon types * All known "native" icon types
* Large PNG encoded icons * Large PNG encoded icons
* Large JPEG 2000 encoded icons (requires JPEG 2000 ImageIO plugin or fallback to `sips` command line tool) * Large JPEG 2000 encoded icons (requires JPEG 2000 ImageIO plugin or fallback to `sips` command line tool)
* Write support for PNG encoded icons
#### ICO & CUR - MS Windows Icon and Cursor Formats #### ICO & CUR - MS Windows Icon and Cursor Formats
@ -223,6 +225,7 @@ Icon/other formats
* ICO RGB, 16, 24 and 32 bit * ICO RGB, 16, 24 and 32 bit
* CUR Indexed color, 1, 4 and 8 bit * CUR Indexed color, 1, 4 and 8 bit
* CUR RGB, 16, 24 and 32 bit * CUR RGB, 16, 24 and 32 bit
* Write support
* *3.1* Note: These formats are now part of the BMP plugin * *3.1* Note: These formats are now part of the BMP plugin
#### Thumbs.db - MS Windows Thumbs DB #### Thumbs.db - MS Windows Thumbs DB