KImgIO
#include <QtGui/QImageIOPlugin>
#include <QtGui/QImage>
#include <QtCore/QIODevice>
#include <QtCore/QVector>
#include "gimp.h"
Go to the source code of this file.
Classes | |
class | XCFHandler |
class | XCFImageFormat |
Typedefs | |
typedef QVector< QVector< QImage > > | Tiles |
Variables | |
const float | INCHESPERMETER = (100.0f / 2.54f) |
Typedef Documentation
◆ Tiles
Each layer in an XCF file is stored as a matrix of 64-pixel by 64-pixel images. The GIMP has a sophisticated method of handling very large images as well as implementing parallel processing on a tile-by-tile basis. Here, though, we just read them in en-masse and store them in a matrix.
Variable Documentation
◆ INCHESPERMETER
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.