merge with dev

This commit is contained in:
Desmis
2017-06-27 10:28:35 +02:00
45 changed files with 1074 additions and 400 deletions

View File

@@ -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;