DngLoadOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.LoadOptions
public class DngLoadOptions extends LoadOptions
The DNG load options
Constructors
Constructor | Description |
---|---|
DngLoadOptions() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | int | The 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:
Parameter | Type | Description |
---|---|---|
value | boolean | the flag indicating that the white balance of the loaded DNG image should be adjusted. |