|
| Q_DECLARE_FLAGS (ImageOptions, ImageOption) |
|
| DImageHandlerPrivate (DImageHandler *qq) |
|
bool | formatReadable (const QString &fileFormat) const |
|
bool | formatWriteable (const QString &fileFormat) const |
|
bool | loadStaticImageFromFile (const QString &fileName, QImage &image) |
|
bool | loadImageWithFreeImage (const QString &fileName, QImage &image, FREE_IMAGE_FORMAT fifForamt, QString fileFormat) |
|
bool | rotateImageFile (const QString &fileName, int angle) |
|
bool | rotateImage (QImage &image, int angle) |
|
void | adjustImageToRealOrientation (QImage &image, ExifImageOrientation orientation) |
|