|
virtual bool | preloadAlphaChannel (const QString &fn, int page, int res, bool &hasAlpha) |
|
virtual void | loadEmbeddedProfile (const QString &fn, int page=0) |
|
virtual bool | loadPicture (const QString &fn, int page, int res, bool thumbnail) |
|
virtual bool | useRawImage () |
|
const QStringList & | supportedFormats (void) const |
|
bool | supportFormat (const QString &fmt) |
|
QImage & | image (void) |
|
QByteArray & | embeddedProfile (void) |
|
ImageInfoRecord & | imageInfoRecord (void) |
|
eColorFormat | pixelFormat (void) |
|
void | setRequest (bool valid, QMap< int, ImageLoadRequest > req) |
|
bool | issuedErrorMsg (void) const |
|
bool | issuedWarningMsg (void) const |
|
const QString & | getMessage (void) const |
|
virtual void | initialize (void) |
|
|
void | initSupportedFormatList () |
|
int | getLayers (const QString &fn, int page) |
|
bool | getImageData (TIFF *tif, RawImage *image, uint widtht, uint heightt, uint size, uint16 photometric, uint16 bitspersample, uint16 samplesperpixel, bool &bilevel, bool &isCMYK) |
|
bool | getImageData_RGBA (TIFF *tif, RawImage *image, uint widtht, uint heightt, uint size, uint16 bitspersample, uint16 samplesperpixel) |
|
void | blendOntoTarget (RawImage *tmp, int layOpa, QString layBlend, bool cmyk, bool useMask) |
|
QString | getLayerString (QDataStream &s) |
|
bool | loadChannel (QDataStream &s, const PSDHeader &header, QList< PSDLayer > &layerInfo, uint layer, int channel, int component, RawImage &tmpImg) |
|
bool | loadLayerInfo (QDataStream &s, QList< PSDLayer > &layerInfo) |
|
bool | loadLayerChannels (QDataStream &s, const PSDHeader &header, QList< PSDLayer > &layerInfo, uint layer, bool *firstLayer) |
|
bool | testAlphaChannelAvailability (const QString &fn, int page, bool &hasAlpha) |
|
void | unmultiplyRGBA (RawImage *image) |
|
void | swapRGBA (void) |
|
void | swapRGBA (QImage *img) |
|
QString | getPascalString (QDataStream &s) |
|
double | decodePSDfloat (uint data) |
|
void | parseRessourceData (QDataStream &s, const PSDHeader &header, uint size) |
|