| 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.awt |
The package contains specific features for cooperating with java.awt.Graphic2D render.
|
| com.aspose.imaging.fileformats.apng |
The package handles Apng file format processing.
|
| com.aspose.imaging.fileformats.bmp |
The package handles Bmp file format processing.
|
| com.aspose.imaging.fileformats.cdr |
The package handles Cdr file format processing.
|
| com.aspose.imaging.fileformats.cmx |
The package handles Tiff file format processing.
|
| com.aspose.imaging.fileformats.dicom |
The package handles Dicom file format processing
|
| com.aspose.imaging.fileformats.emf |
The package contains types [MS-EMF], [MS-EMFPLUS]
|
| com.aspose.imaging.fileformats.eps |
The package contains EPS format type
|
| com.aspose.imaging.fileformats.gif |
The package handles Gif file format processing.
|
| com.aspose.imaging.fileformats.gif.blocks |
The package contains Gif file format entities.
|
| 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.tiff |
The package handles Tiff file format processing.
|
| com.aspose.imaging.fileformats.webp |
The package handles WebP file format processing.
|
| com.aspose.imaging.fileformats.wmf |
The package handles WMF file format processing.
|
| com.aspose.imaging.imageoptions |
The package contains classes suitable for export, save or creation of different file formats.
|
| com.aspose.imaging.masking.options |
The package handles ImageMasking.Options processing.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
ImageOptionsBase.deepClone()
Clones this instance.
|
ImageOptionsBase |
VectorImage.getDefaultOptions(Object[] args)
Gets the default image options.
|
ImageOptionsBase |
Image.getDefaultOptions(Object[] args)
Gets the default options.
|
ImageOptionsBase |
Image.getOriginalOptions()
Gets the options based on the original file settings.
|
ImageOptionsBase |
Graphics.getPaintableImageOptions()
Gets image options, used to create paintable vector images to draw.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IImageCreatorDescriptor.canCreate(ImageOptionsBase imageOptions)
Determines whether image creator can create a new image using the
imageOptions. |
boolean |
IImageExporterDescriptor.canExport(Image image,
ImageOptionsBase optionsBase)
Determines whether image exporter can export the specified image to the specified image format specified by save options.
|
boolean |
Image.canSave(ImageOptionsBase options)
Determines whether image can be saved to the specified file format represented by the passed save options.
|
static Image |
Image.create(ImageOptionsBase imageOptions,
int width,
int height)
Creates a new image using the specified create options.
|
static Image |
Image.create(ImageOptionsBase imageOptions,
int width,
int height,
int[] pixels)
Creates a
RasterImage instance from the provided pixel array. |
Image |
IImageCreator.create(StreamContainer streamContainer,
ImageOptionsBase imageOptions,
int width,
int height)
Creates a new image instance with
imageOptions. |
static IImageCreator |
ImageCreatorsRegistry.createFirstSupportedCreator(ImageOptionsBase imageOptions)
Creates the first found creator suitable for the specified.
|
static IImageExporter |
ImageExportersRegistry.createFirstSupportedExporter(Image image,
ImageOptionsBase options)
Creates the first found exporter suitable for the specified save options and image.
|
void |
IImageExporter.export(Image image,
OutputStream stream,
ImageOptionsBase optionsBase)
Exports the specified image data into specified data format.
|
void |
IImageExporter.export(Image image,
OutputStream stream,
ImageOptionsBase optionsBase,
Rectangle boundsRectangle)
Exports the specified image data into specified data format.
|
static IImageExporterDescriptor |
ImageExportersRegistry.getFirstSupportedDescriptor(Image image,
ImageOptionsBase options)
Gets the fist found supported descriptor suitable for the specified save options and image.
|
static IImageCreatorDescriptor |
ImageCreatorsRegistry.getFirstSupportedDescriptor(ImageOptionsBase imageOptions)
Gets the fist found supported descriptor suitable for the specified.
|
InputStream |
Image.getSerializedStream(ImageOptionsBase imageOptions,
Rectangle clippingRectangle,
int[] pageNumber)
Converts to aps.
|
void |
Image.save(OutputStream stream,
ImageOptionsBase optionsBase)
Saves the image's data to the specified stream in the specified file format according to save options.
|
void |
Image.save(OutputStream stream,
ImageOptionsBase optionsBase,
Rectangle boundsRectangle)
Saves the image's data to the specified stream in the specified file format according to save options.
|
void |
Image.save(RandomAccessFile file,
ImageOptionsBase options)
Saves the object's data to the specified file location in the specified file format according to save options.
|
void |
Image.save(RandomAccessFile file,
ImageOptionsBase optionsBase,
Rectangle boundsRectangle)
Saves the image's data to the specified stream in the specified file format according to save options.
|
void |
Image.save(String filePath,
ImageOptionsBase options)
Saves the object's data to the specified file location in the specified file format according to save options.
|
void |
Image.save(String filePath,
ImageOptionsBase options,
Rectangle boundsRectangle)
Saves the object's data to the specified file location in the specified file format according to save options.
|
void |
Graphics.setPaintableImageOptions(ImageOptionsBase value)
Sets image options, used to create paintable vector images to draw.
|
| Constructor and Description |
|---|
GraphicsRenderer(Image image,
ImageOptionsBase exportOptions)
Creates a new render.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
ApngImage.getDefaultOptions(Object[] args)
Retrieve the default options effortlessly with this straightforward method.
|
ImageOptionsBase |
ApngImage.getOriginalOptions()
Retrieve options based on the original file settings effortlessly with this intuitive method.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
BmpImage.getDefaultOptions(Object[] args)
Retrieve the default options effortlessly with this straightforward method.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
CdrImagePage.getDefaultOptions(Object[] args)
Gets the default options.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
CmxImagePage.getDefaultOptions(Object[] args)
Gets the default options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DicomImage.saveAll(String filePath,
ImageOptionsBase options)
Preserve the object's data by saving it to the designated file (indexer + filename)
location along with specified file format and options.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
EmfImage.getOriginalOptions()
Gets the original image options.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EpsOptions
EPS options (currently not used)
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
GifImage.getOriginalOptions()
Retrieve the original file settings-based options, crucial for maintaining fidelity
and consistency in image processing and manipulation.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
GifFrameBlock.getOriginalOptions()
Gets the options based on the original file settings.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
JpegImage.getOriginalOptions()
Gets the original image options of this
Image instance. |
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
Jpeg2000Image.getOriginalOptions()
Retrieve the image options based on the original file settings.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
PngImage.getDefaultOptions(Object[] args)
Gets the default options.
|
ImageOptionsBase |
PngImage.getOriginalOptions()
Gets the options based on the original file settings.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
TiffImage.getOriginalOptions()
Retrieve options derived from the original file settings, facilitating seamless
preservation of key parameters such as bit-depth and other essential attributes of
the original image.
|
ImageOptionsBase |
TiffFrame.getOriginalOptions()
Gets the options based on the original file settings.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
WebPImage.getOriginalOptions()
Gets the options based on the original file settings.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
WmfImage.getOriginalOptions()
Gets the original image options.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApngOptions
The API for Animated PNG (Animated Portable Network Graphics) image file format
creation is a dynamic tool for developers seeking to generate captivating
animated images.
|
class |
BigTiffOptions
The API for BigTIFF raster image format creation is specifically designed
to serve to the unique requirements of applications utilizing large-scale
imaging data from scanners.
|
class |
BmpOptions
The API for BMP and DIB raster image format creation options provides developers
with a versatile toolset for generating custom Bitmap (BMP) and Device
Independent Bitmap (DIB) images.
|
class |
DicomOptions
The API for Digital Imaging and Communications in Medicine (DICOM) raster image
format creation is a specialized tool tailored for medical device applications.
|
class |
DxfOptions
API for Drawing Interchange Format (DXF) vector image creation offers
tailored solutions for generating AutoCAD drawing files with precision and
flexibility.
|
class |
EmfOptions
The Emf options.
|
class |
GifOptions
The API for Graphical Interchange Format (GIF) raster image file creation offers
developers comprehensive options for generating GIF images with precise
control.
|
class |
Html5CanvasOptions
Create HTML5 Canvas files effortlessly with our API, allowing you to seamlessly
combine elements like forms, text, images, animations, and links.
|
class |
IcoOptions
Create custom ICO image files for application icons effortlessly with our API,
empowering you to represent your software seamlessly.
|
class |
Jpeg2000Options
Create JPEG2000 (JP2) image files with our API, utilizing advanced wavelet technology
for coding lossless content.
|
class |
JpegOptions
Create high-quality JPEG images effortlessly with our API, offering adjustable
levels of compression to optimize storage size without compromising image quality.
|
class |
MetafileOptions
The Metafiles base options.
|
class |
PdfOptions
The PDF options.
|
class |
PngOptions
Create high-quality Portable Network Graphics (PNG) raster images effortlessly
with our API, offering customizable options for compression levels,
bits per pixel depths, and alpha bits.
|
class |
PsdOptions
Create Photoshop Document (PSD) images with our API, offering versatile options
with different format versions, compression methods, color modes, and
bits counts per color channel.
|
class |
SvgOptions
Create Scalar Vector Graphics (SVG) image files with our API, utilizing versatile
options for color types and compression levels.
|
class |
TgaOptions
The TGA file format create options.
|
class |
TiffOptions
The tiff file format options.
|
class |
WebPOptions
Create modern WebP raster web images using our API, featuring robust support for
lossless and lossy compression, as well as alpha channels and animation loops.
|
class |
WmfOptions
The wmf options.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
BigTiffOptions.deepClone()
Clones this instance.
|
| Modifier and Type | Method and Description |
|---|---|
ImageOptionsBase |
MaskingOptions.getExportOptions()
Gets the image export options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaskingOptions.setExportOptions(ImageOptionsBase value)
Sets the image export options.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.