KDcraw
rawdecodingsettings.h
53 * PL_AHD: modified AHD interpolation (see https://sites.google.com/site/demosaicalgorithms/modified-dcraw
101 * WAVELETSNR: wavelets correction to erase noise while preserving real detail. It's applied after interpolation.
332 * Usable range is from 0.25 (darken image 1 stop : -2EV) to 8.0 (lighten ~1.5 photographic stops : +3EV).
337 * Usable range is from 0.0 (linear exposure shift, highlights may blow) to 1.0 (maximum highlights preservation)
int customWhiteBalance
The temperature and the green multiplier of the custom white balance.
Definition: rawdecodingsettings.h:192
InputColorSpace
Input color profile used to decoded image NOINPUTCS: No input color profile.
Definition: rawdecodingsettings.h:120
WhiteBalance
White balances alternatives NONE: no white balance used : reverts to standard daylight D65 WB.
Definition: rawdecodingsettings.h:90
bool enableBlackPoint
Turn on the black point setting to decode RAW image.
Definition: rawdecodingsettings.h:253
bool expoCorrection
Turn on the Exposure Correction before interpolation.
Definition: rawdecodingsettings.h:329
QRect whiteBalanceArea
Rectangle used to calculate the white balance by averaging the region of image.
Definition: rawdecodingsettings.h:291
bool DontStretchPixels
For cameras with non-square pixels, do not stretch the image to its correct aspect ratio.
Definition: rawdecodingsettings.h:203
bool enableWhitePoint
Turn on the white point setting to decode RAW image.
Definition: rawdecodingsettings.h:261
int medianFilterPasses
After interpolation, clean up color artifacts by repeatedly applying a 3x3 median filter to the R-G a...
Definition: rawdecodingsettings.h:223
InputColorSpace inputColorSpace
The input color profile used to decoded RAW data.
Definition: rawdecodingsettings.h:270
NoiseReduction NRType
Noise reduction method to apply before demosaicing.
Definition: rawdecodingsettings.h:227
bool fixColorsHighlights
If true, images with overblown channels are processed much more accurate, without 'pink clouds' (and ...
Definition: rawdecodingsettings.h:170
int unclipColors
Unclip Highlight color level: 0 = Clip all highlights to solid white.
Definition: rawdecodingsettings.h:213
NoiseReduction
Noise Reduction method to apply before demosaicing NONR: No noise reduction.
Definition: rawdecodingsettings.h:106
QDebug operator<<(QDebug dbg, const DcrawInfoContainer &c)
qDebug() stream operator. Writes container c to the debug output in a nicely formatted way.
Definition: dcrawinfocontainer.cpp:133
bool halfSizeColorImage
Half-size color image decoding (twice as fast as "enableRAWQuality").
Definition: rawdecodingsettings.h:184
bool RGBInterpolate4Colors
Turn on RAW file decoding using RGB interpolation as four colors.
Definition: rawdecodingsettings.h:197
bool autoBrightness
If false, use a fixed white level, ignoring the image histogram.
Definition: rawdecodingsettings.h:174
double expoCorrectionShift
Shift of Exposure Correction before interpolation in linear scale.
Definition: rawdecodingsettings.h:334
QString inputProfile
Path to custom input ICC profile to define the camera's raw colorspace.
Definition: rawdecodingsettings.h:274
QString outputProfile
Path to custom output ICC profile to define the color workspace.
Definition: rawdecodingsettings.h:283
bool enableCACorrection
Turn on chromatic aberrations correction.
Definition: rawdecodingsettings.h:237
double expoCorrectionHighlight
Amount of highlight preservation for exposure correction before interpolation in E....
Definition: rawdecodingsettings.h:340
OutputColorSpace outputColorSpace
The output color profile used to decoded RAW data.
Definition: rawdecodingsettings.h:279
QString deadPixelMap
Path to text file including dead pixel list.
Definition: rawdecodingsettings.h:287
bool dcbEnhanceFl
Turn on the DCB interpolation with enhance interpolated colors.
Definition: rawdecodingsettings.h:305
int esMedPasses
Use edge-sensitive median filtering for artifact suppression after VCD demosaicing.
Definition: rawdecodingsettings.h:319
bool sixteenBitsImage
Turn on RAW file decoding in 16 bits per color per pixel instead 8 bits.
Definition: rawdecodingsettings.h:178
OutputColorSpace
Output RGB color space used to decoded image RAWCOLOR: No output color profile (Linear RAW).
Definition: rawdecodingsettings.h:135
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Aug 11 2022 03:53:16 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Aug 11 2022 03:53:16 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.