From d7bdc138b89bf0c52ba9ddf22b34d2ccd06b3936 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 1 Aug 2016 14:46:05 +0200 Subject: Doc: Clarify status of MNG, Jpeg2000 plugins 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 Reviewed-by: Eirik Aavitsland --- src/imageformats/doc/src/qtimageformats.qdoc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3