diff options
Diffstat (limited to 'experimental/tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.3')
-rw-r--r-- | experimental/tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/experimental/tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.3 b/experimental/tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.3 index 37bde5f49..782e424fd 100644 --- a/experimental/tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.3 +++ b/experimental/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 |