diff options
Diffstat (limited to 'doc/html/qpngimagepacker.html')
-rw-r--r-- | doc/html/qpngimagepacker.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qpngimagepacker.html b/doc/html/qpngimagepacker.html index 1b6ed2603..4797264be 100644 --- a/doc/html/qpngimagepacker.html +++ b/doc/html/qpngimagepacker.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQPNGImagePacker class creates well-compressed PNG animations. <a href="#details">More...</a> -<p><tt>#include <<a href="qpngio-h.html">qpngio.h</a>></tt> +<p><tt>#include <<a href="qpngio-h.html">ntqpngio.h</a>></tt> <p><a href="qpngimagepacker-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -53,16 +53,16 @@ image from a sequence of TQImages. <p>See also <a href="graphics.html">Graphics Classes</a> and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQPNGImagePacker"></a>TQPNGImagePacker::TQPNGImagePacker ( <a href="qiodevice.html">TQIODevice</a> * iod, int storage_depth, int conversionflags ) +<h3 class=fn><a name="TQPNGImagePacker"></a>TQPNGImagePacker::TQPNGImagePacker ( <a href="ntqiodevice.html">TQIODevice</a> * iod, int storage_depth, int conversionflags ) </h3> Creates an image packer that writes PNG data to IO device <em>iod</em> using a <em>storage_depth</em> bit encoding (use 8 or 32, depending on the desired quality and compression requirements). <p> If the image needs to be modified to fit in a lower-resolution result (e.g. converting from 32-bit to 8-bit), use the <em>conversionflags</em> to specify how you'd prefer this to happen. -<p> <p>See also <a href="qt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. +<p> <p>See also <a href="ntqt.html#ImageConversionFlags-enum">TQt::ImageConversionFlags</a>. -<h3 class=fn>bool <a name="packImage"></a>TQPNGImagePacker::packImage ( const <a href="qimage.html">TQImage</a> & img ) +<h3 class=fn>bool <a name="packImage"></a>TQPNGImagePacker::packImage ( const <a href="ntqimage.html">TQImage</a> & img ) </h3> Adds the image <em>img</em> to the PNG animation, analyzing the differences between this and the previous image to improve |