29 #ifndef DIGIKAM_EMBOSS_FILTER_H
30 #define DIGIKAM_EMBOSS_FILTER_H
48 explicit EmbossFilter(
DImg*
const orgImage, QObject*
const parent =
nullptr,
int depth=30);
53 return QLatin1String(
"digikam:EmbossFilter");
56 static QString DisplayableName();
70 return FilterIdentifier();
74 void readParameters(
const FilterAction& action)
override;
78 void filterImage()
override;
79 void embossMultithreaded(uint start, uint stop, uint h,
double Depth);
81 inline int Lim_Max (
int Now,
int Up,
int Max);
82 inline int getOffset(
int Width,
int X,
int Y,
int bytesDepth);
Definition: dimgthreadedfilter.h:41
Definition: embossfilter.h:42
QString filterIdentifier() const override
Definition: embossfilter.h:68
static QString FilterIdentifier()
Definition: embossfilter.h:51
static QList< int > SupportedVersions()
Definition: embossfilter.h:58
static int CurrentVersion()
Definition: embossfilter.h:63
Definition: filteraction.h:43
@ Width
Definition: coredbfields.h:87
Definition: datefolderview.cpp:43