Improve README.md

Organise and correct the format list.
This commit is contained in:
Alex Merry 2014-01-16 21:27:55 +00:00
parent 7177dba8db
commit aeff5cca5a

View File

@ -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 may be a runtime requirement for Qt-based software to support certain
image formats. image formats.
It supports the following image format: ## Formats
* DDS The following image formats have read-only support:
* EPS
* EXR * DirectDraw Surface (dds)
* Gimp * Gimp (xcf)
* HDR * OpenEXR (exr)
* JP2 * Photoshop documents (psd)
* PCX * Sun Raster (ras)
* PIC
* PNM The following image formats have read and write support:
* PSD
* RAS * Encapsulated PostScript (eps)
* RGB * Jasper (jp2)
* TGA * Personal Computer Exchange (pcx)
* XCF * SGI images (rgb, rgba, sgi, bw)
* xv * Softimage PIC (pic)
* Targa (tga): supports more formats than Qt's version
* XView (xv)
## Contributing ## Contributing