KImgIO
#include <QtGui/QImageIOPlugin>
#include <QtGui/QImage>
#include <QtCore/QIODevice>
#include <QtCore/QVector>
#include "gimp.h"
Include dependency graph for xcf.h:
This graph shows which files directly or indirectly include this file:
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
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.