| 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.fileformats.apng |
The package handles Apng file format processing.
|
| com.aspose.imaging.fileformats.gif |
The package handles Gif file format processing.
|
| com.aspose.imaging.fileformats.jpeg |
The package handles Jpeg file format processing.
|
| com.aspose.imaging.fileformats.jpeg2000 |
The package handles Jpeg2000 file format processing.
|
| com.aspose.imaging.fileformats.png |
The package handles Png file format processing.
|
| com.aspose.imaging.fileformats.svg |
The package handles SVG 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.
|
| com.aspose.imaging.xmp |
The package contains XMP related helper classes and methods.
|
| Modifier and Type | Method and Description |
|---|---|
XmpPacketWrapper |
RasterImage.getXmpData()
Gets or sets the XMP metadata.
|
XmpPacketWrapper |
RasterCachedMultipageImage.getXmpData()
Gets XMP data from frame.
|
XmpPacketWrapper |
ImageOptionsBase.getXmpData()
Gets the XMP metadata container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RasterImage.setXmpData(XmpPacketWrapper value)
Gets or sets the XMP metadata.
|
void |
RasterCachedMultipageImage.setXmpData(XmpPacketWrapper value)
Sets XMP data from frame.
|
void |
ImageOptionsBase.setXmpData(XmpPacketWrapper value)
Sets the XMP metadata container.
|
| Modifier and Type | Method and Description |
|---|---|
XmpPacketWrapper |
ApngImage.getXmpData()
Effortlessly manage XMP metadata associated with your files using this
versatile property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApngImage.setXmpData(XmpPacketWrapper value)
Effortlessly manage XMP metadata associated with your files using this
versatile property.
|
| Modifier and Type | Method and Description |
|---|---|
XmpPacketWrapper |
GifImage.getXmpData()
Manage XMP metadata with this property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GifImage.setXmpData(XmpPacketWrapper value)
Manage XMP metadata with this property.
|
| Modifier and Type | Method and Description |
|---|---|
XmpPacketWrapper |
JpegImage.getXmpData()
Handle XMP metadata with this property, enabling seamless integration of
descriptive information into the image file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JpegImage.setXmpData(XmpPacketWrapper value)
Sets XMP metadata, enabling seamless integration of
descriptive information into the image file.
|
| Modifier and Type | Method and Description |
|---|---|
XmpPacketWrapper |
Jpeg2000Image.getXmpData()
Retrieve the XMP metadata associated with the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Jpeg2000Image.setXmpData(XmpPacketWrapper value)
Modify the XMP metadata associated with the image.
|
| Modifier and Type | Method and Description |
|---|---|
XmpPacketWrapper |
PngImage.getXmpData()
Accesses or modifies the Extensible Metadata Platform (XMP) metadata associated
with the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PngImage.setXmpData(XmpPacketWrapper value)
Accesses or modifies the Extensible Metadata Platform (XMP) metadata associated
with the image.
|
| Modifier and Type | Method and Description |
|---|---|
XmpPacketWrapper |
SvgImage.getXmpData()
Gets XMP data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SvgImage.setXmpData(XmpPacketWrapper value)
Sets XMP data.
|
| Modifier and Type | Method and Description |
|---|---|
XmpPacketWrapper |
TiffFrame.getXmpData()
Gets Xmp data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TiffFrame.setXmpData(XmpPacketWrapper value)
Sets Xmp data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PsdOptions.setXmpData(XmpPacketWrapper value)
Get or set XMP data container
|
| Modifier and Type | Method and Description |
|---|---|
XmpPacketWrapper |
IHasXmpData.getXmpData()
Gets Xmp data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IHasXmpData.setXmpData(XmpPacketWrapper value)
Sets Xmp data.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.