30#include <QApplication>
31#include <QMimeDatabase>
32#include <QTemporaryFile>
33#include <QScopedPointer>
34#include <QStandardPaths>
38#include <klocalizedstring.h>
42#include "digikam_config.h"
65#ifdef HAVE_MEDIAPLAYER
98 fastRawSettings.optimizeTimeLoading();
99 fastRawSettings.rawPrm.halfSizeColorImage =
true;
100 fastRawSettings.rawPrm.sixteenBitsImage =
false;
103 int storageSize()
const;
107 bool exifRotate =
true;
108 bool removeAlphaChannel =
true;
109 bool onlyLargeThumbnails =
false;
113 int dbIdForReplacement = -1;
115 int thumbnailSize = 0;
122 QString digiKamFingerPrint = QLatin1String(
"Digikam Thumbnail Generator");
Definition dimgloaderobserver.h:31
Definition drawdecoding.h:38
Definition thumbnailcreator_p.h:93
QString smallThumbPath
Definition thumbnailcreator_p.h:119
DRawDecoding rawSettings
Definition thumbnailcreator_p.h:127
QString error
Definition thumbnailcreator_p.h:117
Private()
Definition thumbnailcreator_p.h:96
QString bigThumbPath
Definition thumbnailcreator_p.h:118
QImage alphaImage
Definition thumbnailcreator_p.h:124
DRawDecoding fastRawSettings
Definition thumbnailcreator_p.h:128
Definition thumbnailcreator.h:41
StorageMethod
Definition thumbnailcreator.h:45
Definition thumbnailcreator_p.h:74
int exifOrientation
Definition thumbnailcreator_p.h:87
bool isNull() const
Definition thumbnailcreator_p.h:79
QImage qimage
Definition thumbnailcreator_p.h:86
Definition thumbnailinfo.h:105
Definition datefolderview.cpp:34