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.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.psd |
The package handles Psd file format processing.
|
com.aspose.imaging.fileformats.psd.resources |
The package contains PSD file format resource entities.
|
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 | 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 |
GifImage.getXmpData()
Gets the XMP metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
GifImage.setXmpData(XmpPacketWrapper value)
Sets the XMP metadata.
|
Modifier and Type | Method and Description |
---|---|
XmpPacketWrapper |
JpegImage.getXmpData()
Gets the XMP metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
JpegImage.setXmpData(XmpPacketWrapper value)
Sets the XMP metadata.
|
Modifier and Type | Method and Description |
---|---|
XmpPacketWrapper |
Jpeg2000Image.getXmpData()
Gets or sets the XMP metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
Jpeg2000Image.setXmpData(XmpPacketWrapper value)
Gets or sets the XMP metadata.
|
Modifier and Type | Method and Description |
---|---|
XmpPacketWrapper |
PngImage.getXmpData()
Gets or sets the XMP metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
PngImage.setXmpData(XmpPacketWrapper value)
Gets or sets the XMP metadata.
|
Modifier and Type | Method and Description |
---|---|
XmpPacketWrapper |
PsdImage.getXmpData()
Gets the XMP metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
PsdImage.setXmpData(XmpPacketWrapper value)
Sets the XMP metadata.
|
Modifier and Type | Method and Description |
---|---|
XmpPacketWrapper |
XmpResource.getXmpData()
Gets XMP data container
|
Modifier and Type | Method and Description |
---|---|
void |
XmpResource.setXmpData(XmpPacketWrapper value)
Set XMP data container
|
Modifier and Type | Method and Description |
---|---|
XmpPacketWrapper |
TiffFrame.getXmpData()
Gets XMP data from frame.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffFrame.setXmpData(XmpPacketWrapper value)
Sets XMP data from frame.
|
Modifier and Type | Method and Description |
---|---|
XmpPacketWrapper |
TiffOptions.getXmpData()
Gets or sets the XMP metadata container.
|
XmpPacketWrapper |
PsdOptions.getXmpData()
Get or set XMP data container
|
XmpPacketWrapper |
PngOptions.getXmpData()
Gets or sets the XMP metadata container.
|
XmpPacketWrapper |
Jpeg2000Options.getXmpData()
Gets or sets the XMP metadata container.
|
XmpPacketWrapper |
JpegOptions.getXmpData()
Gets the XMP metadata container.
|
XmpPacketWrapper |
GifOptions.getXmpData()
Gets or sets the XMP metadata container.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffOptions.setXmpData(XmpPacketWrapper value)
Gets or sets the XMP metadata container.
|
void |
PsdOptions.setXmpData(XmpPacketWrapper value)
Get or set XMP data container
|
void |
PngOptions.setXmpData(XmpPacketWrapper value)
Gets or sets the XMP metadata container.
|
void |
Jpeg2000Options.setXmpData(XmpPacketWrapper value)
Gets or sets the XMP metadata container.
|
void |
JpegOptions.setXmpData(XmpPacketWrapper value)
Sets the XMP metadata container.
|
void |
GifOptions.setXmpData(XmpPacketWrapper value)
Gets or sets the XMP metadata container.
|