Added RGB saturation slider. Fixed coding error in RGB contrast curve.
This commit is contained in:
@@ -219,8 +219,8 @@ HISTORY_MSG_83;High quality shadows/highlights
|
||||
HISTORY_MSG_84;Perspective correction
|
||||
HISTORY_MSG_85;Wavelet coefficients
|
||||
HISTORY_MSG_86;Wavelet equalizer
|
||||
HISTORY_MSG_87;Spot noise reduction
|
||||
HISTORY_MSG_88;Spot NR threshold
|
||||
HISTORY_MSG_87;Salt&pepper noise reduction
|
||||
HISTORY_MSG_88;Salt&pepper NR threshold
|
||||
HISTORY_MSG_89;Noise reduction
|
||||
HISTORY_MSG_8;Exposure Compensation
|
||||
HISTORY_MSG_90;NR - luminance
|
||||
@@ -234,6 +234,7 @@ HISTORY_MSG_97;'b' curve
|
||||
HISTORY_MSG_98;Demozaicing
|
||||
HISTORY_MSG_99;Preprocessing
|
||||
HISTORY_MSG_9;Highlight Compression
|
||||
HISTORY_MSG_100;RGB saturation
|
||||
HISTORY_NEWSNAPSHOT;Add
|
||||
HISTORY_NEWSNAPSHOTAS;As...
|
||||
HISTORY_NEWSSDIALOGLABEL;Label of the snapshot:
|
||||
@@ -622,6 +623,7 @@ TP_EXPOSURE_CONTRAST;Contrast
|
||||
TP_EXPOSURE_CURVEEDITOR;Tone Curve
|
||||
TP_EXPOSURE_EXPCOMP;Exp. Comp.
|
||||
TP_EXPOSURE_LABEL;Exposure
|
||||
TP_EXPOSURE_SATURATION;Saturation
|
||||
TP_HLREC_CIELAB;CIELab Blending
|
||||
TP_HLREC_COLOR;Color Propagation
|
||||
TP_HLREC_LABEL;Highlight Reconstruction
|
||||
|
@@ -4,10 +4,11 @@ Version=484
|
||||
|
||||
[Exposure]
|
||||
Auto=true
|
||||
Clip=0.001
|
||||
Clip=0.01
|
||||
Compensation=0
|
||||
Brightness=0
|
||||
Contrast=12
|
||||
Saturation=0
|
||||
Black=0
|
||||
HighlightCompr=70
|
||||
ShadowCompr=50
|
||||
|
@@ -4,10 +4,11 @@ Version=484
|
||||
|
||||
[Exposure]
|
||||
Auto=true
|
||||
Clip=0.001
|
||||
Clip=0.01
|
||||
Compensation=0
|
||||
Brightness=0
|
||||
Contrast=0
|
||||
Saturation=0
|
||||
Black=0
|
||||
HighlightCompr=70
|
||||
ShadowCompr=50
|
||||
|
@@ -1,177 +1,177 @@
|
||||
|
||||
[Version]
|
||||
Version=20101019
|
||||
|
||||
[Exposure]
|
||||
Auto=false
|
||||
Clip=0.001
|
||||
Compensation=0
|
||||
Brightness=0
|
||||
Contrast=0
|
||||
Black=0
|
||||
HighlightCompr=0
|
||||
ShadowCompr=0
|
||||
Curve=0;
|
||||
|
||||
[Channel Mixer]
|
||||
Red=100;0;0;
|
||||
Green=0;100;0;
|
||||
Blue=0;0;100;
|
||||
|
||||
[Luminance Curve]
|
||||
Brightness=0
|
||||
Contrast=0
|
||||
Saturation=0
|
||||
LCurve=0;
|
||||
aCurve=0;
|
||||
bCurve=0;
|
||||
|
||||
[Sharpening]
|
||||
Enabled=false
|
||||
Method=usm
|
||||
Radius=0.80000000000000004
|
||||
Amount=120
|
||||
Threshold=512
|
||||
OnlyEdges=false
|
||||
EdgedetectionRadius=1.8999999999999999
|
||||
EdgeTolerance=1800
|
||||
HalocontrolEnabled=false
|
||||
HalocontrolAmount=85
|
||||
DeconvRadius=0.75
|
||||
DeconvAmount=75
|
||||
DeconvDamping=20
|
||||
DeconvIterations=30
|
||||
|
||||
[Color Boost]
|
||||
Amount=0
|
||||
AvoidColorClipping=false
|
||||
SaturationLimiter=false
|
||||
SaturationLimit=75
|
||||
|
||||
[White Balance]
|
||||
Setting=Camera
|
||||
Temperature=3737
|
||||
Green=0.90500000000000003
|
||||
|
||||
[Color Shift]
|
||||
ChannelA=0
|
||||
ChannelB=0
|
||||
|
||||
[Impulse Denoising]
|
||||
Enabled=false
|
||||
Threshold=50
|
||||
|
||||
[Directional Pyramid Denoising]
|
||||
Enabled=false
|
||||
Luma=10
|
||||
Chroma=10
|
||||
Gamma=2
|
||||
|
||||
[Luminance Denoising]
|
||||
Enabled=false
|
||||
Radius=2.5
|
||||
EdgeTolerance=1500
|
||||
|
||||
[Chrominance Denoising]
|
||||
Enabled=false
|
||||
Amount=20
|
||||
|
||||
[Shadows & Highlights]
|
||||
Enabled=false
|
||||
HighQuality=false
|
||||
Highlights=0
|
||||
HighlightTonalWidth=80
|
||||
Shadows=0
|
||||
ShadowTonalWidth=80
|
||||
LocalContrast=0
|
||||
Radius=30
|
||||
|
||||
[Crop]
|
||||
Enabled=false
|
||||
X=0
|
||||
Y=0
|
||||
W=4276
|
||||
H=2836
|
||||
FixedRatio=false
|
||||
Ratio=3:2
|
||||
Orientation=Landscape
|
||||
Guide=None
|
||||
|
||||
[Coarse Transformation]
|
||||
Rotate=0
|
||||
HorizontalFlip=false
|
||||
VerticalFlip=false
|
||||
|
||||
[Common Properties for Transformations]
|
||||
AutoFill=true
|
||||
|
||||
[Rotation]
|
||||
Degree=0
|
||||
|
||||
[Distortion]
|
||||
Amount=0
|
||||
UseLensFun=false
|
||||
|
||||
[Perspective]
|
||||
Horizontal=0
|
||||
Vertical=0
|
||||
|
||||
[CACorrection]
|
||||
Red=0
|
||||
Blue=0
|
||||
|
||||
[Vignetting Correction]
|
||||
Amount=0
|
||||
Radius=50
|
||||
Strength=1
|
||||
CenterX=0
|
||||
CenterY=0
|
||||
|
||||
[HLRecovery]
|
||||
Enabled=false
|
||||
Method=CIELab blending
|
||||
|
||||
[Resize]
|
||||
Enabled=false
|
||||
Scale=1
|
||||
Method=Bicubic
|
||||
DataSpecified=0
|
||||
Width=4276
|
||||
Height=2836
|
||||
|
||||
[Color Management]
|
||||
InputProfile=(camera)
|
||||
ApplyGammaBeforeInputProfile=false
|
||||
WorkingProfile=sRGB
|
||||
OutputProfile=No ICM: sRGB output
|
||||
|
||||
[Equalizer]
|
||||
Enabled=false
|
||||
C0=0
|
||||
C1=0
|
||||
C2=0
|
||||
C3=0
|
||||
C4=0
|
||||
C5=0
|
||||
C6=0
|
||||
C7=0
|
||||
|
||||
[Directional Pyramid Equalizer]
|
||||
Enabled=false
|
||||
Mult0=1
|
||||
Mult1=1
|
||||
Mult2=1
|
||||
Mult3=1
|
||||
Mult4=0
|
||||
|
||||
[RAW]
|
||||
DarkFrame=
|
||||
DarkFrameAuto=false
|
||||
CA=false
|
||||
HotDeadPixels=false
|
||||
LineDenoise=0
|
||||
GreenEqThreshold=0
|
||||
CcSteps=1
|
||||
Method=amaze
|
||||
DCBIterations=2
|
||||
DCBEnhance=false
|
||||
[Version]
|
||||
Version=20101019
|
||||
|
||||
[Exposure]
|
||||
Auto=false
|
||||
Clip=0.001
|
||||
Compensation=0
|
||||
Brightness=0
|
||||
Contrast=0
|
||||
Saturation=0
|
||||
Black=0
|
||||
HighlightCompr=0
|
||||
ShadowCompr=0
|
||||
Curve=0;
|
||||
|
||||
[Channel Mixer]
|
||||
Red=100;0;0;
|
||||
Green=0;100;0;
|
||||
Blue=0;0;100;
|
||||
|
||||
[Luminance Curve]
|
||||
Brightness=0
|
||||
Contrast=0
|
||||
Saturation=0
|
||||
LCurve=0;
|
||||
aCurve=0;
|
||||
bCurve=0;
|
||||
|
||||
[Sharpening]
|
||||
Enabled=false
|
||||
Method=usm
|
||||
Radius=0.8
|
||||
Amount=120
|
||||
Threshold=512
|
||||
OnlyEdges=false
|
||||
EdgedetectionRadius=1.9
|
||||
EdgeTolerance=1800
|
||||
HalocontrolEnabled=false
|
||||
HalocontrolAmount=85
|
||||
DeconvRadius=0.75
|
||||
DeconvAmount=75
|
||||
DeconvDamping=20
|
||||
DeconvIterations=30
|
||||
|
||||
[Color Boost]
|
||||
Amount=0
|
||||
AvoidColorClipping=false
|
||||
SaturationLimiter=false
|
||||
SaturationLimit=75
|
||||
|
||||
[White Balance]
|
||||
Setting=Camera
|
||||
Temperature=5200
|
||||
Green=1.0
|
||||
|
||||
[Color Shift]
|
||||
ChannelA=0
|
||||
ChannelB=0
|
||||
|
||||
[Impulse Denoising]
|
||||
Enabled=false
|
||||
Threshold=50
|
||||
|
||||
[Directional Pyramid Denoising]
|
||||
Enabled=false
|
||||
Luma=10
|
||||
Chroma=10
|
||||
Gamma=2
|
||||
|
||||
[Luminance Denoising]
|
||||
Enabled=false
|
||||
Radius=2.5
|
||||
EdgeTolerance=1500
|
||||
|
||||
[Chrominance Denoising]
|
||||
Enabled=false
|
||||
Amount=20
|
||||
|
||||
[Shadows & Highlights]
|
||||
Enabled=false
|
||||
HighQuality=false
|
||||
Highlights=0
|
||||
HighlightTonalWidth=80
|
||||
Shadows=0
|
||||
ShadowTonalWidth=80
|
||||
LocalContrast=0
|
||||
Radius=30
|
||||
|
||||
[Crop]
|
||||
Enabled=false
|
||||
X=0
|
||||
Y=0
|
||||
W=4276
|
||||
H=2836
|
||||
FixedRatio=false
|
||||
Ratio=3:2
|
||||
Orientation=Landscape
|
||||
Guide=None
|
||||
|
||||
[Coarse Transformation]
|
||||
Rotate=0
|
||||
HorizontalFlip=false
|
||||
VerticalFlip=false
|
||||
|
||||
[Common Properties for Transformations]
|
||||
AutoFill=true
|
||||
|
||||
[Rotation]
|
||||
Degree=0
|
||||
|
||||
[Distortion]
|
||||
Amount=0
|
||||
UseLensFun=false
|
||||
|
||||
[Perspective]
|
||||
Horizontal=0
|
||||
Vertical=0
|
||||
|
||||
[CACorrection]
|
||||
Red=0
|
||||
Blue=0
|
||||
|
||||
[Vignetting Correction]
|
||||
Amount=0
|
||||
Radius=50
|
||||
Strength=1
|
||||
CenterX=0
|
||||
CenterY=0
|
||||
|
||||
[HLRecovery]
|
||||
Enabled=false
|
||||
Method=CIELab blending
|
||||
|
||||
[Resize]
|
||||
Enabled=false
|
||||
Scale=1
|
||||
Method=Bicubic
|
||||
DataSpecified=0
|
||||
Width=4276
|
||||
Height=2836
|
||||
|
||||
[Color Management]
|
||||
InputProfile=(camera)
|
||||
ApplyGammaBeforeInputProfile=false
|
||||
WorkingProfile=sRGB
|
||||
OutputProfile=No ICM: sRGB output
|
||||
|
||||
[Equalizer]
|
||||
Enabled=false
|
||||
C0=0
|
||||
C1=0
|
||||
C2=0
|
||||
C3=0
|
||||
C4=0
|
||||
C5=0
|
||||
C6=0
|
||||
C7=0
|
||||
|
||||
[Directional Pyramid Equalizer]
|
||||
Enabled=false
|
||||
Mult0=1
|
||||
Mult1=1
|
||||
Mult2=1
|
||||
Mult3=1
|
||||
Mult4=0
|
||||
|
||||
[RAW]
|
||||
DarkFrame=
|
||||
DarkFrameAuto=false
|
||||
CA=false
|
||||
HotDeadPixels=false
|
||||
LineDenoise=0
|
||||
GreenEqThreshold=0
|
||||
CcSteps=1
|
||||
Method=amaze
|
||||
DCBIterations=2
|
||||
DCBEnhance=false
|
||||
|
Reference in New Issue
Block a user