public final class ExifIfdPackage extends ExifDictionaryBasePackage
Represents the Exif Image File Directory. Exif IFD is a set of tags for recording Exif-specific attribute information.
Learn more
Modifier and Type | Method and Description |
---|---|
String |
getBodySerialNumber()
Gets the camera body serial number.
|
String |
getCameraOwnerName()
Gets the camera owner's name.
|
byte[] |
getCfaPattern()
Gets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
|
String |
getUserComment()
Gets the user comment.
|
void |
setBodySerialNumber(String value)
Sets the camera body serial number.
|
void |
setCameraOwnerName(String value)
Sets the camera owner's name.
|
void |
setCfaPattern(byte[] value)
Sets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
|
void |
setUserComment(String value)
Sets the user comment.
|
clear, getByTiffTagID, remove, set, toList
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
public final String getCameraOwnerName()
Gets the camera owner's name.
public final void setCameraOwnerName(String value)
Sets the camera owner's name.
value
- The name of the camera owner.public final String getBodySerialNumber()
Gets the camera body serial number.
public final void setBodySerialNumber(String value)
Sets the camera body serial number.
value
- The camera body serial number.public final byte[] getCfaPattern()
Gets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
public final void setCfaPattern(byte[] value)
Sets the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.
value
- The color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used.public final String getUserComment()
Gets the user comment.
public final void setUserComment(String value)
Sets the user comment.
value
- The user comment.