summaryrefslogtreecommitdiffstats
path: root/src/imageformats/doc/src/qtimageformats.qdoc
diff options
context:
space:
mode:
authoraavit <eirik.aavitsland@digia.com>2012-12-04 12:12:54 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 13:53:55 +0100
commit7a885eefedaddcd54651f960dee4174994db9791 (patch)
tree9ee0568c4d93ae35fef0c006535c6777b6df1346 /src/imageformats/doc/src/qtimageformats.qdoc
parentbfe848c773b72280ea668034715817cd21f522c0 (diff)
Doc: misc fixesv5.0.0-rc1
Change-Id: Iaf5bada4c0ba74d1a1b869edf54bd50302ca4372 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
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.
-
*/