KImgIO
Go to the documentation of this file.
14 #include <QtGui/QImageIOPlugin>
15 #include <QtCore/QMap>
16 #include <QtCore/QVector>
36 for (
uint i = 0; i < l; i++)
50 RLEMap() : _counter(0), _offset(0) {}
70 enum { NORMAL, DITHERED, SCREEN, COLORMAP };
88 QByteArray::Iterator _pos;
94 bool getRow(
uchar *dest);
98 void writeVerbatim(
const QImage&);
99 bool scanData(
const QImage&);
QIODevice * device() const
void append(const T &value)
uint insert(const uchar *d, uint l)
void write(QDataStream &s)
SGIImage(QIODevice *device)
RLEData(const uchar *d, uint l, uint o)
QVector< const RLEData * > vector()
bool write(const QImage &image)
void setBaseOffset(uint o)
bool operator<(const RLEData &) const
bool writeImage(const QImage &)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:49 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.