summaryrefslogtreecommitdiffstats
path: root/src/imageformats/doc/src/qtimageformats.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/imageformats/doc/src/qtimageformats.qdoc')
-rw-r--r--src/imageformats/doc/src/qtimageformats.qdoc13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/imageformats/doc/src/qtimageformats.qdoc b/src/imageformats/doc/src/qtimageformats.qdoc
index 8985e59..4922ad5 100644
--- a/src/imageformats/doc/src/qtimageformats.qdoc
+++ b/src/imageformats/doc/src/qtimageformats.qdoc
@@ -52,12 +52,20 @@ libraries. If not found, it may fall back on using a bundled copy (in
\table
\header \li Format \li Description \li Support \li 3rd party codec
-\row \li MNG \li Multiple-image Network Graphics \li Read/write \li Yes (bundled)
-\row \li TGA \li Truevision Graphics Adapter \li Read/write \li No
+\row \li MNG \li Multiple-image Network Graphics \li Read \li Yes (bundled)
+\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
\endtable
+\section2 Deployment
+
+When built, the Qt Image Formats plugins are located as dynamic
+libraries in the runtime plugin directory (typically \c
+plugins/imageformats), together with the default image format
+plugins. They may be deployed to the target system in the same way as
+other plugins, see the \l{Deploying Plugins} documentation.
+
\section2 Security considerations
Since these file formats are more rarely used, the codecs may be less
@@ -65,5 +73,4 @@ thoroughly debugged against potential security holes. As always, care
should be taken when creating applications that may be used to decode
uncontrolled data files.
-
*/