KImgIO
psd.cpp File Reference
#include "psd.h"
#include <QtGui/QImage>
#include <QtCore/QDataStream>
#include <kdebug.h>
Include dependency graph for psd.cpp:

Go to the source code of this file.
Typedefs | |
typedef quint8 | uchar |
typedef quint32 | uint |
typedef quint16 | ushort |
Enumerations | |
enum | ColorMode { CM_BITMAP = 0, CM_GRAYSCALE = 1, CM_INDEXED = 2, CM_RGB = 3, CM_CMYK = 4, CM_MULTICHANNEL = 7, CM_DUOTONE = 8, CM_LABCOLOR = 9 } |
Functions | |
static bool | IsSupported (const PSDHeader &header) |
static bool | IsValid (const PSDHeader &header) |
static bool | LoadPSD (QDataStream &s, const PSDHeader &header, QImage &img) |
static QDataStream & | operator>> (QDataStream &s, PSDHeader &header) |
static bool | seekBy (QDataStream &s, unsigned int bytes) |
Typedef Documentation
Enumeration Type Documentation
enum ColorMode |
Function Documentation
static bool @16::IsSupported | ( | const PSDHeader & | header | ) | [static] |
static bool @16::IsValid | ( | const PSDHeader & | header | ) | [static] |
static bool @16::LoadPSD | ( | QDataStream & | s, | |
const PSDHeader & | header, | |||
QImage & | img | |||
) | [static] |
static QDataStream& @16::operator>> | ( | QDataStream & | s, | |
PSDHeader & | header | |||
) | [static] |
static bool @16::seekBy | ( | QDataStream & | s, | |
unsigned int | bytes | |||
) | [static] |
Variable Documentation