public class ImageParameters extends Object
Dng image parameters
Modifier and Type | Method and Description |
---|---|
String |
getCameraManufacturer()
Gets the camera manufacturer.
|
int |
getColorsCount()
Gets the colors.
|
String |
getDescription()
Gets the description of colors (RGBG,RGBE,GMCY, or GBTG).
|
long |
getDngVersion()
Gets the DNG version.
|
long |
getFilters()
Gets the Bit mask describing the order of color pixels in the matrix.
|
String |
getModel()
Gets the camera model.
|
long |
getRawCount()
Gets the number of RAW images in file (0 means that the file has not been recognized).
|
String |
getSoftware()
Gets the software.
|
String[] |
getTranslationCfaDng()
Gets the translation array for CFA mosaic DNG format.
|
String |
getXmpData()
Gets the XMP data.
|
long |
isFoveon()
Gets the is foveon matrix.
|
public long getDngVersion()
Gets the DNG version.
Value: The DNG version.public String getDescription()
Gets the description of colors (RGBG,RGBE,GMCY, or GBTG).
Value: The cdesc.public String getModel()
Gets the camera model.
Value: The model.public String getCameraManufacturer()
Gets the camera manufacturer.
Value: The make.public long isFoveon()
Gets the is foveon matrix.
Value: The is foveon.public String getSoftware()
Gets the software.
Value: The software.public long getRawCount()
Gets the number of RAW images in file (0 means that the file has not been recognized).
Value: The raw count.public long getFilters()
Gets the Bit mask describing the order of color pixels in the matrix.
Value: The filters.public int getColorsCount()
Gets the colors.
Value: The colors.public String getXmpData()
Gets the XMP data.
Value: The XMP data.public String[] getTranslationCfaDng()
Gets the translation array for CFA mosaic DNG format.
Value: The xtrans.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.