From aeff5cca5aadc3936e12d7ac2a27e366266ed449 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Thu, 16 Jan 2014 21:27:55 +0000 Subject: [PATCH] Improve README.md Organise and correct the format list. --- README.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 4c7eb23..752cdd3 100644 --- a/README.md +++ b/README.md @@ -9,23 +9,25 @@ such it is not required for the compilation of any other software, but may be a runtime requirement for Qt-based software to support certain image formats. -It supports the following image format: +## Formats -* DDS -* EPS -* EXR -* Gimp -* HDR -* JP2 -* PCX -* PIC -* PNM -* PSD -* RAS -* RGB -* TGA -* XCF -* xv +The following image formats have read-only support: + +* DirectDraw Surface (dds) +* Gimp (xcf) +* OpenEXR (exr) +* Photoshop documents (psd) +* Sun Raster (ras) + +The following image formats have read and write support: + +* Encapsulated PostScript (eps) +* Jasper (jp2) +* Personal Computer Exchange (pcx) +* SGI images (rgb, rgba, sgi, bw) +* Softimage PIC (pic) +* Targa (tga): supports more formats than Qt's version +* XView (xv) ## Contributing