Support dnggainmap (embedded correction) for Bayer files (#6382)
* dng gainmap support, #6379 * dng GainMap: control sensitivity of checkbox, #6379 * dng GainMap: partial paste * dng GainMap: moved isGainMapSupported() from dcraw.h to dcraw.cc * RawImageSource::applyDngGainMap: small speedup * Change GUI to separate gainmap from other flat-field; also reorder checkbox Co-authored-by: Thanatomanic <6567747+Thanatomanic@users.noreply.github.com>
This commit is contained in:
@@ -1406,6 +1406,7 @@ HISTORY_MSG_DEHAZE_STRENGTH;Dehaze - Strength
|
||||
HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dual demosaic - Auto threshold
|
||||
HISTORY_MSG_DUALDEMOSAIC_CONTRAST;Dual demosaic - Contrast threshold
|
||||
HISTORY_MSG_EDGEFFECT;Edge Attenuation response
|
||||
HISTORY_MSG_FF_FROMMETADATA;Flat-Field - From Metadata
|
||||
HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
|
||||
HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
|
||||
HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negative
|
||||
@@ -1736,6 +1737,7 @@ PARTIALPASTE_EXPOSURE;Exposure
|
||||
PARTIALPASTE_FILMNEGATIVE;Film negative
|
||||
PARTIALPASTE_FILMSIMULATION;Film simulation
|
||||
PARTIALPASTE_FLATFIELDAUTOSELECT;Flat-field auto-selection
|
||||
PARTIALPASTE_FLATFIELDFROMMETADATA;Flat-field from Metadata
|
||||
PARTIALPASTE_FLATFIELDBLURRADIUS;Flat-field blur radius
|
||||
PARTIALPASTE_FLATFIELDBLURTYPE;Flat-field blur type
|
||||
PARTIALPASTE_FLATFIELDCLIPCONTROL;Flat-field clip control
|
||||
@@ -2481,6 +2483,7 @@ TP_FLATFIELD_BT_VERTHORIZ;Vertical + Horizontal
|
||||
TP_FLATFIELD_BT_VERTICAL;Vertical
|
||||
TP_FLATFIELD_CLIPCONTROL;Clip control
|
||||
TP_FLATFIELD_CLIPCONTROL_TOOLTIP;Clip control avoids clipped highlights caused by applying the flat field. If there are already clipped highlights before applying the flat field, value 0 is used.
|
||||
TP_FLATFIELD_FROMMETADATA;From Metadata
|
||||
TP_FLATFIELD_LABEL;Flat-Field
|
||||
TP_GENERAL_11SCALE_TOOLTIP;The effects of this tool are only visible or only accurate at a preview scale of 1:1.
|
||||
TP_GRADIENT_CENTER;Center
|
||||
|
Reference in New Issue
Block a user