DngLoadOptions

Inheritance: java.lang.Object, com.aspose.imaging.LoadOptions

public class DngLoadOptions extends LoadOptions

The DNG load options

Constructors

ConstructorDescription
DngLoadOptions()

Methods

MethodDescription
getFbdd()Gets the FBDD.
setFbdd(int value)Sets the FBDD.
getAdjustWhiteBalance()Gets the flag indicating that the white balance of the loaded DNG image should be adjusted.
setAdjustWhiteBalance(boolean value)Sets the flag indicating that the white balance of the loaded DNG image should be adjusted.

DngLoadOptions()

public DngLoadOptions()

getFbdd()

public int getFbdd()

Gets the FBDD.

Returns: int - The noise reduction before demosaic.

setFbdd(int value)

public void setFbdd(int value)

Sets the FBDD.

Parameters:

ParameterTypeDescription
valueintThe noise reduction before demosaic.

getAdjustWhiteBalance()

public 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.

Returns: boolean - the flag indicating that the white balance of the loaded DNG image should be adjusted.

setAdjustWhiteBalance(boolean value)

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.

Parameters:

ParameterTypeDescription
valuebooleanthe flag indicating that the white balance of the loaded DNG image should be adjusted.