KImgIO
xcf.h File Reference
#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
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
| const float INCHESPERMETER = (100.0f / 2.54f) |
KDE 4.3 API Reference