| Package | Description |
|---|---|
| com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
| 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.imageoptions |
The package contains classes suitable for export, save or creation of different file formats.
|
| com.aspose.imaging.metadata |
The namespace contains metada related entities.
|
| Modifier and Type | Method and Description |
|---|---|
ExifData |
ImageOptionsBase.getExifData()
Gets the Exif data.
|
ExifData |
Image.getExifData()
Gets the Exif data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageOptionsBase.setExifData(ExifData value)
Sets the Exif data.
|
void |
Image.setExifData(ExifData value)
Sets the Exif data.
|
| 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 |
|---|
ExifData(ExifData exifdata)
Initializes a new instance of the
ExifData class with data from array. |
JpegExifData(ExifData exifData)
Initializes a new instance of the
JpegExifData class with data from array. |
| Modifier and Type | Method and Description |
|---|---|
void |
JpegImage.setExifData(ExifData value)
Sets Exif data;
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ExifData |
ImageMetadata.getExifData()
Gets Exif data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageMetadata.setExifData(ExifData value)
Sets Exif data.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.