Modifier and Type | Method and Description |
---|---|
ExifInfo |
ExifMetadata.getData()
Deprecated.
Gets EXIF data.
|
ExifInfo |
IExif.getExifInfo()
Extracts the EXIF metadata package (if found).
|
ExifInfo |
JpegFormat.getExifInfo()
Extracts the EXIF metadata package (if found).
|
ExifInfo |
PsdFormat.getExifInfo()
Returns EXIF data.
|
ExifInfo |
TiffFormat.getExifInfo()
Extracts the EXIF metadata package (if found).
|
ExifInfo |
IExif.getExifValues()
Gets the EXIF metadata package associated with the file.
|
ExifInfo |
JpegFormat.getExifValues()
Gets the EXIF metadata package associated with the file.
|
ExifInfo |
TiffFormat.getExifValues()
Gets the EXIF metadata package associated with the file.
|
Modifier and Type | Method and Description |
---|---|
void |
ExifMetadata.setData(ExifInfo value)
Deprecated.
Sets EXIF data.
|
boolean |
JpegFormat.setExifInfo(ExifInfo exifInfo)
Updates EXIF metadata.
|
boolean |
IExif.updateExifInfo(ExifInfo exifInfo)
Updates EXIF metadata.
|
boolean |
JpegFormat.updateExifInfo(ExifInfo exifInfo)
Updates EXIF metadata.
|
boolean |
TiffFormat.updateExifInfo(ExifInfo exifInfo)
Updates EXIF metadata.
|
Copyright © 2019. All rights reserved.