Fix: Shadow Compression default set to 50 (issue 1392)
This commit is contained in:
@@ -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]
|
||||
|
@@ -18,7 +18,7 @@ Saturation=0
|
||||
Black=0
|
||||
HighlightCompr=0
|
||||
HighlightComprThreshold=0
|
||||
ShadowCompr=0
|
||||
ShadowCompr=50
|
||||
Curve=0;
|
||||
|
||||
[Channel Mixer]
|
||||
|
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user