Solving issue 2018; "Neutral profile not neutral (highlight recovery is 70)"

This commit is contained in:
Hombre
2013-11-09 21:21:56 +01:00
parent e6d6dcea61
commit 8b7f51008c
4 changed files with 9 additions and 9 deletions

View File

@@ -136,8 +136,8 @@ void ProcParams::setDefaults () {
toneCurve.contrast = 0;
toneCurve.saturation = 0;
toneCurve.black = 0;
toneCurve.hlcompr = 70;
toneCurve.hlcomprthresh = 0;
toneCurve.hlcompr = 0;
toneCurve.hlcomprthresh = 33;
toneCurve.shcompr = 50;
toneCurve.curve.clear ();
toneCurve.curve.push_back(DCT_Linear);
@@ -301,9 +301,9 @@ void ProcParams::setDefaults () {
sh.enabled = false;
sh.hq = false;
sh.highlights = 10;
sh.highlights = 0;
sh.htonalwidth = 80;
sh.shadows = 10;
sh.shadows = 0;
sh.stonalwidth = 80;
sh.localcontrast = 0;
sh.radius = 40;