|
static qint64 | checkAllocation (qint64 fullSize) |
|
static int | convertCompressionForLibJpeg (int value) |
|
static int | convertCompressionForLibPng (int value) |
|
static unsigned char * | new_failureTolerant (quint64 w, quint64 h, uint typesPerPixel) |
|
template<typename Type > |
static Type * | new_failureTolerant (quint64 w, quint64 h, uint typesPerPixel) |
|
static unsigned char * | new_failureTolerant (size_t unsecureSize) |
|
template<typename Type > |
static Type * | new_failureTolerant (size_t unsecureSize) |
|
static unsigned short * | new_short_failureTolerant (quint64 w, quint64 h, uint typesPerPixel) |
|
static unsigned short * | new_short_failureTolerant (size_t unsecureSize) |
|
|
| DImgLoader (DImg *const image) |
|
bool | checkExifWorkingColorSpace () const |
|
virtual int | granularity (DImgLoaderObserver *const observer, int total, float progressSlice=1.0F) |
|
int | imageBitsDepth () const |
|
int | imageBytesDepth () const |
|
unsigned char *& | imageData () |
|
QMap< QString, QString > & | imageEmbeddedText () const |
|
QVariant | imageGetAttribute (const QString &key) const |
|
QString | imageGetEmbbededText (const QString &key) const |
|
bool | imageHasAlpha () const |
|
unsigned int & | imageHeight () |
|
quint64 | imageNumBytes () const |
|
void | imageSetAttribute (const QString &key, const QVariant &value) |
|
void | imageSetEmbbededText (const QString &key, const QString &text) |
|
void | imageSetIccProfile (const IccProfile &profile) |
|
bool | imageSixteenBit () const |
|
unsigned int & | imageWidth () |
|
void | loadingFailed () |
|
void | purgeExifWorkingColorSpace () |
|
virtual bool | readMetadata (const QString &filePath) |
|
virtual bool | saveMetadata (const QString &filePath) |
|
void | storeColorProfileInMetadata () |
|