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.cdr |
The namespace handles Cdr file format processing.
|
com.aspose.imaging.fileformats.cmx |
The namespace 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 namespace contains EPS format type
|
com.aspose.imaging.fileformats.opendocument |
The Open document graphic objects
|
com.aspose.imaging.fileformats.png |
The package handles Png file format processing.
|
com.aspose.imaging.fileformats.psd.layers |
The package contains PSD file format layers.
|
com.aspose.imaging.fileformats.svg |
The package handles SVG 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 namespace handles ImageMasking.Options processing.
|
Modifier and Type | Method and Description |
---|---|
ImageOptionsBase |
ImageOptionsBase.deepClone()
Clones this instance.
|
ImageOptionsBase |
Image.getDefaultOptions(Object[] args)
Gets the default options.
|
ImageOptionsBase |
Image.getOriginalOptions()
Gets the options based on the original file settings.
|
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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ImageOptionsBase |
CdrImage.getDefaultOptions(Object[] args)
Gets the default options.
|
Modifier and Type | Method and Description |
---|---|
ImageOptionsBase |
CmxImage.getDefaultOptions(Object[] args)
Gets the default options.
|
Modifier and Type | Method and Description |
---|---|
void |
DicomImage.saveAll(String filePath,
ImageOptionsBase options)
Saves the object's data to the specified file (indexer + filename) location in the specified file format according to save options..
|
Modifier and Type | Method and Description |
---|---|
ImageOptionsBase |
EmfImage.getDefaultOptions(Object[] args)
Gets the default options.
|
Modifier and Type | Class and Description |
---|---|
class |
EpsOptions
EPS options (currently not used)
|
Modifier and Type | Method and Description |
---|---|
ImageOptionsBase |
OdgImage.getDefaultOptions(Object[] args)
Gets the default options.
|
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 |
---|---|
void |
Layer.save(com.aspose.ms.System.IO.Stream stream,
ImageOptionsBase optionsBase,
Rectangle boundsRectangle)
Saves the image's data to the specified stream in the specified file format according to save options.
|
void |
Layer.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 |
Layer.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.
|
Modifier and Type | Method and Description |
---|---|
ImageOptionsBase |
SvgImage.getDefaultOptions(Object[] args)
Gets the default options.
|
Modifier and Type | Method and Description |
---|---|
ImageOptionsBase |
WmfImage.getDefaultOptions(Object[] args)
Gets the default options.
|
Modifier and Type | Class and Description |
---|---|
class |
BmpOptions
The bmp file format creation options.
|
class |
CdrRasterizationOptions
The Cdr rasterization options
|
class |
CmxRasterizationOptions
the CMX exporter options.
|
class |
EmfOptions
The Emf options.
|
class |
EmfRasterizationOptions
The Emf rasterization options.
|
class |
GifOptions
The gif file format creation options.
|
class |
Jpeg2000Options
The Jpeg2000 file format options.
|
class |
JpegOptions
The jpeg file format create options.
|
class |
MetafileOptions
The Metafiles base options.
|
class |
MetafileRasterizationOptions
Deprecated.
This class will be removed in next versions. Please use concrete realization, for example
OdRasterizationOptions , SvgRasterizationOptions , CdrRasterizationOptions ,
CmxRasterizationOptions |
class |
OdgRasterizationOptions
The Odg rasterization options
|
class |
OdRasterizationOptions
The Odg rasterization options
|
class |
OtgRasterizationOptions
The Otg rasterization options
|
class |
PdfOptions
The PDF options.
|
class |
PngOptions
The png file format create options.
|
class |
PsdOptions
The psd file format create options.
|
class |
SvgOptions
The SVG file format creation options.
|
class |
SvgRasterizationOptions
The SVG rasterization options.
|
class |
TiffOptions
The tiff file format options.
|
class |
VectorRasterizationOptions
The vector rasterization options.
|
class |
WebPOptions
Webp image options
|
class |
WmfOptions
The wmf options.
|
class |
WmfRasterizationOptions
The Wmf rasterization options.
|
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-2019 Aspose Pty Ltd. All Rights Reserved.