updated readme.

This commit is contained in:
Harald Kuhr 2013-10-30 17:16:00 +01:00
parent 7e14f0b37c
commit 5064d08dd6

View File

@ -23,35 +23,36 @@ Mainstream format support
#### JPEG #### JPEG
full EXIF support * Full EXIF support
support for CMYK/YCCK * Support for CMYK/YCCK
* Support for non-JFIF YCbCr data
#### JPEG-LS #### JPEG-LS
possibly coming in the future * Possibly coming in the future?
#### JPEG-2000 #### JPEG-2000
possibly coming in the future, pending some license issues * Possibly coming in the future, pending some license issues
#### PSD #### PSD
read-only support * Read-only support
#### TIFF #### TIFF
read-only support (for now) * Read-only support (for now)
* Write support in progress
#### PICT #### PICT
Legacy format, especially useful for reading OS X clipboard data. * Legacy format, especially useful for reading OS X clipboard data.
read and limited write support * Read and limited write support
#### IFF #### IFF
Legacy format, allows reading popular image from the Commodore Amiga computer. * Legacy format, allows reading popular image from the Commodore Amiga computer.
read and write support * Read and write support
Icon/other formats Icon/other formats
@ -67,11 +68,11 @@ Other formats, using 3rd party libraries
#### SVG #### SVG
read-only support using Batik * Read-only support using Batik
#### WMF #### WMF
limited read-only support using Batik * Limited read-only support using Batik
TODO: Docuemnt other useful stuff in the core package? TODO: Docuemnt other useful stuff in the core package?