KImgIO
Go to the documentation of this file.
14#include <QtGui/QImageIOPlugin>
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&);
bool write(const QImage &image)
RLEData(const uchar *d, uint l, uint o)
void write(QDataStream &s)
bool operator<(const RLEData &) const
void setBaseOffset(uint o)
QVector< const RLEData * > vector()
uint insert(const uchar *d, uint l)
bool writeImage(const QImage &)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by
doxygen 1.9.8 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.