diff options
author | Topi Reinio <topi.reinio@theqtcompany.com> | 2016-08-01 14:46:05 +0200 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@theqtcompany.com> | 2016-08-02 07:43:48 +0000 |
commit | d7bdc138b89bf0c52ba9ddf22b34d2ccd06b3936 (patch) | |
tree | b5da061fe872007d1fd0f5805167f1f41dc6be44 | |
parent | 99f384ac2353df89a1522e47c96cae6a945749e1 (diff) | |
download | qtimageformats-5.6.2.tar.gz |
While the repository still contains bundled copies of 3rd party codecs
for these formats, they are not part of the build process anymore;
the corresponding plugins are built only when the system libraries
are found.
Change-Id: Ib658b921bd08b63e68886922fc6bc45c5c3cc637
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
-rw-r--r-- | src/imageformats/doc/src/qtimageformats.qdoc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/imageformats/doc/src/qtimageformats.qdoc b/src/imageformats/doc/src/qtimageformats.qdoc index 59980de..1656f60 100644 --- a/src/imageformats/doc/src/qtimageformats.qdoc +++ b/src/imageformats/doc/src/qtimageformats.qdoc @@ -51,17 +51,21 @@ libraries. If not found, it may fall back on using a bundled copy (in \c src/3rdparty). \table -\header \li Format \li Description \li Support \li 3rd party codec +\header \li Format \li Description \li Support \li 3rd Party Codec \row \li DDS \li Direct Draw Surface \li Read/write \li No \row \li ICNS \li Apple Icon Image \li Read/write \li No -\row \li JP2 \li Joint Photographic Experts Group 2000 \li Read/write \li Yes (bundled) -\row \li MNG \li Multiple-image Network Graphics \li Read \li Yes (bundled) +\row \li JP2 \li Joint Photographic Experts Group 2000 \li Read/write \li Yes (bundled, unmaintained) +\row \li MNG \li Multiple-image Network Graphics \li Read \li Yes (bundled, unmaintained) \row \li TGA \li Truevision Graphics Adapter \li Read \li No \row \li TIFF \li Tagged Image File Format \li Read/write \li Yes (bundled) \row \li WBMP \li Wireless Bitmap \li Read/write \li No \row \li WEBP \li WebP \li Read/write \li Yes (bundled) \endtable +\note Some bundled third party codecs are not maintained anymore. They are +provided for manual builds only, and not used as a fallback in case system +libraries are unavailable. + \section2 Deployment When built, the Qt Image Formats plugins are located as dynamic |