Package | Description |
---|---|
com.aspose.imaging | |
com.aspose.imaging.fileformats.psd.layers | |
com.aspose.imaging.imageoptions |
Modifier and Type | Method and Description |
---|---|
boolean |
IImageCreatorDescriptor.canCreate(ImageOptionsBase imageOptions) |
boolean |
IImageExporterDescriptor.canExport(Image image,
ImageOptionsBase optionsBase) |
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(com.aspose.imaging.StreamContainer streamContainer,
ImageOptionsBase imageOptions,
int width,
int height) |
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_internalized(com.aspose.ms.System.IO.Stream stream,
ImageOptionsBase optionsBase) |
void |
Image.save_internalized(com.aspose.ms.System.IO.Stream stream,
ImageOptionsBase optionsBase,
Rectangle boundsRectangle) |
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(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 |
---|---|
void |
Layer.save_internalized(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 | Class and Description |
---|---|
class |
BmpOptions
The bmp file format creation options.
|
class |
EmfOptions
The emf file format 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 |
PdfOptions
The PDF options.
|
class |
PngOptions
The png file format create options.
|
class |
PsdOptions
The psd file format create options.
|
class |
TiffOptions
The tiff file format options.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.