merge with dev
This commit is contained in:
@@ -471,7 +471,7 @@ public:
|
||||
int deconviter;
|
||||
int deconvdamping;
|
||||
|
||||
SharpeningParams() : threshold (20, 80, 2000, 1200, false) {};
|
||||
SharpeningParams();
|
||||
};
|
||||
class SharpenEdgeParams
|
||||
{
|
||||
@@ -506,7 +506,7 @@ public:
|
||||
bool pastsattog;
|
||||
std::vector<double> skintonescurve;
|
||||
|
||||
VibranceParams() : psthreshold (0, 75, false) {};
|
||||
VibranceParams();
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -694,7 +694,6 @@ public:
|
||||
bool enabled;
|
||||
bool enhance;
|
||||
bool median;
|
||||
bool autochroma;
|
||||
|
||||
bool perform;
|
||||
double luma;
|
||||
@@ -1085,7 +1084,6 @@ public:
|
||||
bool applyLookTable;
|
||||
bool applyBaselineExposureOffset;
|
||||
bool applyHueSatMap;
|
||||
bool blendCMSMatrix; // setting no longer used
|
||||
int dcpIlluminant;
|
||||
Glib::ustring working;
|
||||
Glib::ustring output;
|
||||
|
Reference in New Issue
Block a user