diff options
Diffstat (limited to 'doc/html/qimageio.html')
-rw-r--r-- | doc/html/qimageio.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qimageio.html b/doc/html/qimageio.html index 52e2ad685..adae54433 100644 --- a/doc/html/qimageio.html +++ b/doc/html/qimageio.html @@ -95,7 +95,7 @@ raw format. PPM and PGM files with more than 256 levels of intensity are scaled down when reading. <p> <b>Warning:</b> If you are in a country which recognizes software patents and in which Unisys holds a patent on LZW compression and/or -decompression and you want to use GIF, Unisys may retquire you to +decompression and you want to use GIF, Unisys may require you to license the technology. Such countries include Canada, Japan, the USA, France, Germany, Italy and the UK. <p> GIF support may be removed completely in a future version of TQt. @@ -309,7 +309,7 @@ Sets the image to <em>image</em>. <h3 class=fn>void <a name="setParameters"></a>TQImageIO::setParameters ( const char * parameters ) </h3> Sets the image's parameter string to <em>parameters</em>. This is for -image handlers that retquire special parameters. +image handlers that require special parameters. <p> Although the current image formats supported by TQt ignore the parameters string, it may be used in future extensions or by contributions (for example, JPEG). |