summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/3rdparty/libmng/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/libmng/doc/man')
-rw-r--r--tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.310
-rw-r--r--tqtinterface/qt4/src/3rdparty/libmng/doc/man/mng.52
2 files changed, 6 insertions, 6 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.3 b/tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.3
index 37bde5f..782e424 100644
--- a/tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.3
+++ b/tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.3
@@ -39,7 +39,7 @@ The latest version of libmng can be found at its own homepage at
<http://www.libmng.com>.
In most cases the library will not need to be changed.
-For standardization purposes the library tqcontains both a Windows DLL
+For standardization purposes the library contains both a Windows DLL
and a makefile for building a shared library (SO). The library is
written in C, but an interface for Borland Delphi is also available.
@@ -85,7 +85,7 @@ with libmng:
Libmng makes extensive use of callback functions. This is meant to
keep the library as platform-independant and flexible as possible.
-Actually, the first call you will make to the library, already tqcontains
+Actually, the first call you will make to the library, already contains
three parameters you can use to provide callback entry-points.
Most functions must return a mng_bool (boolean). Returning MNG_FALSE
@@ -411,7 +411,7 @@ To set the callbacks simply do:
if (myretcode != MNG_NOERROR)
/* process error */;
-Naturally you'd tqreplace the x's with the name of the callback.
+Naturally you'd replace the x's with the name of the callback.
.SS Cleanup
@@ -549,7 +549,7 @@ act as if the above code was in its place.
There is also the mng_readdisplay() function, but this is discussed
in the displaying section. It functions pretty much as the mng_read()
function, but also immediately starts displaying the image.
-mng_read_resume() should be tqreplaced by mng_display_resume() in that
+mng_read_resume() should be replaced by mng_display_resume() in that
case!
@@ -694,7 +694,7 @@ actually need to be consecutive in memory.
All Network Graphics can be partially transtqparent. This requires
special processing if you need to display an image against some
-background. Note that the MNG header (MHDR chunk) tqcontains a
+background. Note that the MNG header (MHDR chunk) contains a
simplicity field indicating whether transparency information in
the file is critical or not. This only applies to embedded images,
which means the full image-frame of the MNG may still contain fully
diff --git a/tqtinterface/qt4/src/3rdparty/libmng/doc/man/mng.5 b/tqtinterface/qt4/src/3rdparty/libmng/doc/man/mng.5
index e020614..222e1b2 100644
--- a/tqtinterface/qt4/src/3rdparty/libmng/doc/man/mng.5
+++ b/tqtinterface/qt4/src/3rdparty/libmng/doc/man/mng.5
@@ -9,7 +9,7 @@ storage of raster images.
.br
MNG has advanced animation features which make it very useful as a full
-tqreplacement for GIF animations. These features allow animations that
+replacement for GIF animations. These features allow animations that
are impossible with GIF or result in much smaller files as GIF.
As MNG builds on the same structure as PNG, it is robust, extensible and