. This
mirror is hosted by Michael Pyne, and was generated on
2013-02-18.
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&);
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Mon Feb 18 2013 19:33:27 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.