summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqpngimagepacker.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqpngimagepacker.3qt')
-rw-r--r--doc/man/man3/tqpngimagepacker.3qt20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/man/man3/tqpngimagepacker.3qt b/doc/man/man3/tqpngimagepacker.3qt
index e3a4b002..7ff63d9d 100644
--- a/doc/man/man3/tqpngimagepacker.3qt
+++ b/doc/man/man3/tqpngimagepacker.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QPNGImagePacker 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQPNGImagePacker 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,14 +7,14 @@
.ad l
.nh
.SH NAME
-QPNGImagePacker \- Creates well-compressed PNG animations
+TQPNGImagePacker \- Creates well-compressed PNG animations
.SH SYNOPSIS
-\fC#include <ntqpngio.h>\fR
+\fC#include <tqpngio.h>\fR
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQPNGImagePacker\fR ( TQIODevice * iod, int storage_depth, int conversionflags )"
+.BI "\fBTQPNGImagePacker\fR ( TQIODevice * iod, int storage_depth, int conversionflags )"
.br
.ti -1c
.BI "void \fBsetPixelAlignment\fR ( int x )"
@@ -24,30 +24,30 @@ QPNGImagePacker \- Creates well-compressed PNG animations
.br
.in -1c
.SH DESCRIPTION
-The QPNGImagePacker class creates well-compressed PNG animations.
+The TQPNGImagePacker class creates well-compressed PNG animations.
.PP
-By using transparency, QPNGImagePacker allows you to build a PNG image from a sequence of TQImages.
+By using transparency, TQPNGImagePacker allows you to build a PNG image from a sequence of TQImages.
.PP
Images are added using packImage().
.PP
See also Graphics Classes and Image Processing Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QPNGImagePacker::QPNGImagePacker ( TQIODevice * iod, int storage_depth, int conversionflags )"
+.SH "TQPNGImagePacker::TQPNGImagePacker ( TQIODevice * iod, int storage_depth, int conversionflags )"
Creates an image packer that writes PNG data to IO device \fIiod\fR using a \fIstorage_depth\fR bit encoding (use 8 or 32, depending on the desired quality and compression requirements).
.PP
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 \fIconversionflags\fR to specify how you'd prefer this to happen.
.PP
See also TQt::ImageConversionFlags.
-.SH "bool QPNGImagePacker::packImage ( const TQImage & img )"
+.SH "bool TQPNGImagePacker::packImage ( const TQImage & img )"
Adds the image \fIimg\fR to the PNG animation, analyzing the differences between this and the previous image to improve compression.
-.SH "void QPNGImagePacker::setPixelAlignment ( int x )"
+.SH "void TQPNGImagePacker::setPixelAlignment ( int x )"
Aligns pixel differences to \fIx\fR pixels. For example, using 8 can
improve playback on certain hardware. Normally the default of
1-pixel alignment (i.e. no alignment) gives better compression and
performance.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qpngimagepacker.html
+.BR http://doc.trolltech.com/tqpngimagepacker.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the