Fix: Shadow Compression default set to 50 (issue 1392)

This commit is contained in:
Michael Ezra
2012-06-11 23:38:32 -04:00
parent ef21ae5e8d
commit 6b30bb2f47
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ Saturation=0
Black=0
HighlightCompr=0
HighlightComprThreshold=33
ShadowCompr=0
ShadowCompr=50
Curve=1;0;0;0.04;0.03;0.17684498029510265;0.21732319394192093;0.70232558139534862;0.74883720930232545;1;1;
[Channel Mixer]

View File

@@ -18,7 +18,7 @@ Saturation=0
Black=0
HighlightCompr=0
HighlightComprThreshold=0
ShadowCompr=0
ShadowCompr=50
Curve=0;
[Channel Mixer]

View File

@@ -135,7 +135,7 @@ void ProcParams::setDefaults () {
toneCurve.black = 0;
toneCurve.hlcompr = 70;
toneCurve.hlcomprthresh = 0;
toneCurve.shcompr = 25;
toneCurve.shcompr = 50;
toneCurve.curve.clear ();
toneCurve.curve.push_back(DCT_Linear);