KDcraw
rawdecodingsettings.cpp
double expoCorrectionShift
Shift of Exposure Correction before interpolation in linear scale.
Definition rawdecodingsettings.h:335
bool autoBrightness
If false, use a fixed white level, ignoring the image histogram.
Definition rawdecodingsettings.h:175
InputColorSpace inputColorSpace
The input color profile used to decoded RAW data.
Definition rawdecodingsettings.h:271
int esMedPasses
Use edge-sensitive median filtering for artifact suppression after VCD demosaicing.
Definition rawdecodingsettings.h:320
OutputColorSpace outputColorSpace
The output color profile used to decoded RAW data.
Definition rawdecodingsettings.h:280
NoiseReduction NRType
Noise reduction method to apply before demosaicing.
Definition rawdecodingsettings.h:228
bool enableBlackPoint
Turn on the black point setting to decode RAW image.
Definition rawdecodingsettings.h:254
int medianFilterPasses
After interpolation, clean up color artifacts by repeatedly applying a 3x3 median filter to the R-G a...
Definition rawdecodingsettings.h:224
bool halfSizeColorImage
Half-size color image decoding (twice as fast as "enableRAWQuality").
Definition rawdecodingsettings.h:185
bool enableWhitePoint
Turn on the white point setting to decode RAW image.
Definition rawdecodingsettings.h:262
bool expoCorrection
Turn on the Exposure Correction before interpolation.
Definition rawdecodingsettings.h:330
RawDecodingSettings & operator=(const RawDecodingSettings &prm)
Equivalent to the copy constructor.
bool operator==(const RawDecodingSettings &o) const
Compare for equality.
Definition rawdecodingsettings.cpp:73
bool DontStretchPixels
For cameras with non-square pixels, do not stretch the image to its correct aspect ratio.
Definition rawdecodingsettings.h:204
QString outputProfile
Path to custom output ICC profile to define the color workspace.
Definition rawdecodingsettings.h:284
QString deadPixelMap
Path to text file including dead pixel list.
Definition rawdecodingsettings.h:288
bool sixteenBitsImage
Turn on RAW file decoding in 16 bits per color per pixel instead 8 bits.
Definition rawdecodingsettings.h:179
QString inputProfile
Path to custom input ICC profile to define the camera's raw colorspace.
Definition rawdecodingsettings.h:275
QRect whiteBalanceArea
Rectangle used to calculate the white balance by averaging the region of image.
Definition rawdecodingsettings.h:292
bool enableCACorrection
Turn on chromatic aberrations correction.
Definition rawdecodingsettings.h:238
double caMultiplier[2]
Magnification factor for Red and Blue layers.
Definition rawdecodingsettings.h:246
bool RGBInterpolate4Colors
Turn on RAW file decoding using RGB interpolation as four colors.
Definition rawdecodingsettings.h:198
double expoCorrectionHighlight
Amount of highlight preservation for exposure correction before interpolation in E....
Definition rawdecodingsettings.h:341
bool dcbEnhanceFl
Turn on the DCB interpolation with enhance interpolated colors.
Definition rawdecodingsettings.h:306
bool fixColorsHighlights
If true, images with overblown channels are processed much more accurate, without 'pink clouds' (and ...
Definition rawdecodingsettings.h:171
int customWhiteBalance
The temperature and the green multiplier of the custom white balance.
Definition rawdecodingsettings.h:193
int unclipColors
Unclip Highlight color level: 0 = Clip all highlights to solid white.
Definition rawdecodingsettings.h:214
RawDecodingSettings()
Standard constructor with default settings.
Definition rawdecodingsettings.cpp:14
void optimizeTimeLoading()
Method to use a settings to optimize time loading, for example to compute image histogram.
Definition rawdecodingsettings.cpp:117
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
QDebug & nospace()
QDebug & space()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.