KImgIO
Go to the documentation of this file. 14 #include <QtGui/QImageIOPlugin> 15 #include <QtCore/QMap> 16 #include <QtCore/QVector> 25 bool read(QImage *image);
26 bool write(
const QImage &image);
27 QByteArray
name()
const;
28 static bool canRead(QIODevice *device);
36 for (
uint i = 0; i < l; i++)
40 void write(QDataStream& s);
50 RLEMap() : _counter(0), _offset(0) {}
70 enum { NORMAL, DITHERED, SCREEN, COLORMAP };
88 QByteArray::Iterator _pos;
93 bool readData(QImage&);
94 bool getRow(
uchar *dest);
98 void writeVerbatim(
const QImage&);
99 bool scanData(
const QImage&);
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-2018 The KDE developers.
Generated on Wed Aug 22 2018 19:27:00 by
doxygen 1.8.14 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.