| Package | Description |
|---|---|
| com.aspose.imaging.exif |
The package contains EXIF related helper classes and methods.
|
| com.aspose.imaging.fileformats.jpeg |
The package handles Jpeg file format processing.
|
| com.aspose.imaging.fileformats.tiff |
The package handles Tiff file format processing.
|
| com.aspose.imaging.imageoptions |
The package contains classes suitable for export, save or creation of different file formats.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JpegExifData
EXIF data container for jpeg files.
|
| Modifier and Type | Method and Description |
|---|---|
ExifData |
IHasExifData.getExifData()
Gets Exif instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IHasExifData.setExifData(ExifData value)
Sets Exif instance.
|
| Constructor and Description |
|---|
JpegExifData(ExifData exifdata)
Initializes a new instance of the
JpegExifData class with data from array. |
| Modifier and Type | Method and Description |
|---|---|
ExifData |
JpegImage.getExifData()
Gets Exif data;
|
| Modifier and Type | Method and Description |
|---|---|
void |
JpegImage.setExifData(ExifData value)
Sets Exif data;
|
| Modifier and Type | Method and Description |
|---|---|
ExifData |
TiffImage.getExifData()
Access or modify EXIF data associated with the active frame seamlessly, empowering
precise control over image metadata.
|
ExifData |
TiffFrame.getExifData()
Gets EXIF data from frame.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TiffImage.setExifData(ExifData value)
Access or modify EXIF data associated with the active frame seamlessly, empowering
precise control over image metadata.
|
void |
TiffFrame.setExifData(ExifData value)
Sets EXIF data from frame.
|
| Modifier and Type | Method and Description |
|---|---|
ExifData |
TiffOptions.getExifData()
Gets Exif data.
|
ExifData |
JpegOptions.getExifData()
Gets Exif data container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TiffOptions.setExifData(ExifData value)
Sets Exif data.
|
void |
JpegOptions.setExifData(ExifData value)
Sets Exif data.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.