diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqpngimagepacker.3qt | |
parent | 1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff) | |
download | tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqpngimagepacker.3qt')
-rw-r--r-- | doc/man/man3/tqpngimagepacker.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqpngimagepacker.3qt b/doc/man/man3/tqpngimagepacker.3qt index efcd9ec49..f151f8cdd 100644 --- a/doc/man/man3/tqpngimagepacker.3qt +++ b/doc/man/man3/tqpngimagepacker.3qt @@ -14,13 +14,13 @@ QPNGImagePacker \- Creates well-compressed PNG animations .SS "Public Members" .in +1c .ti -1c -.BI "\fBQPNGImagePacker\fR ( QIODevice * iod, int storage_depth, int conversionflags )" +.BI "\fBQPNGImagePacker\fR ( TQIODevice * iod, int storage_depth, int conversionflags )" .br .ti -1c .BI "void \fBsetPixelAlignment\fR ( int x )" .br .ti -1c -.BI "bool \fBpackImage\fR ( const QImage & img )" +.BI "bool \fBpackImage\fR ( const TQImage & img )" .br .in -1c .SH DESCRIPTION @@ -32,13 +32,13 @@ Images are added using packImage(). .PP See also Graphics Classes and Image Processing Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QPNGImagePacker::QPNGImagePacker ( QIODevice * iod, int storage_depth, int conversionflags )" +.SH "QPNGImagePacker::QPNGImagePacker ( 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 Qt::ImageConversionFlags. -.SH "bool QPNGImagePacker::packImage ( const QImage & img )" +.SH "bool QPNGImagePacker::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 )" Aligns pixel differences to \fIx\fR pixels. For example, using 8 can |