Package | Description |
---|---|
com.aspose.imaging.exif |
The package contains EXIF related helper classes and methods.
|
com.aspose.imaging.fileformats.tiff |
The package handles Tiff file format processing.
|
Modifier and Type | Class and Description |
---|---|
class |
JpegExifData
EXIF data container for jpeg files.
|
Modifier and Type | Method and Description |
---|---|
ExifData |
TiffImage.getExifData()
Gets or sets EXIF data for the active frame.
|
ExifData |
TiffFrame.getExifData()
Gets EXIF data from frame.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffImage.setExifData(ExifData value)
Gets or sets EXIF data for the active frame.
|
void |
TiffFrame.setExifData(ExifData value)
Sets EXIF data from frame.
|