public class DngLoadOptions extends LoadOptions
The DNG load options
LoadOptions| Constructor and Description |
|---|
DngLoadOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAdjustWhiteBalance()
Gets the flag indicating that the white balance of the loaded DNG image should be adjusted.
|
int |
getFbdd()
Gets the FBDD.
|
void |
setAdjustWhiteBalance(boolean value)
Sets the flag indicating that the white balance of the loaded DNG image should be adjusted.
|
void |
setFbdd(int value)
Sets the FBDD.
|
addCustomFontSource, getBufferSizeHint, getConcurrentImageProcessing, getDataBackgroundColor, getDataRecoveryMode, getIProgressEventHandler, getUseIccProfileConversion, setBufferSizeHint, setConcurrentImageProcessing, setDataBackgroundColor, setDataRecoveryMode, setIProgressEventHandler, setUseIccProfileConversionpublic int getFbdd()
Gets the FBDD.
NoiseReductionTypepublic void setFbdd(int value)
Sets the FBDD.
value - The noise reduction before demosaic.NoiseReductionTypepublic final boolean getAdjustWhiteBalance()
Gets the flag indicating that the white balance of the loaded DNG image should be adjusted.
Value: The white balance adjustment flag.public final void setAdjustWhiteBalance(boolean value)
Sets the flag indicating that the white balance of the loaded DNG image should be adjusted.
Value: The white balance adjustment flag.value - the flag indicating that the white balance of the loaded DNG image should be adjusted.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.