| 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 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.djvu |
The package contains djvu classes
|
| com.aspose.imaging.fileformats.eps |
The package contains EPS format type
|
| com.aspose.imaging.fileformats.opendocument |
The Open document graphic objects
|
| com.aspose.imaging.fileformats.webp |
The package handles WebP file format processing.
|
| com.aspose.imaging.imageloadoptions |
The package contains different file format load options.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Image.canLoad(InputStream stream,
LoadOptions loadOptions)
Determines whether image can be loaded from the specified stream and optionally using the specified
loadOptions. |
boolean |
IImageLoaderDescriptor.canLoad(StreamContainer streamContainer,
LoadOptions loadOptions)
Determines whether image loader can read a new image from the specified stream and optionally using the
loadOptions. |
static boolean |
Image.canLoad(String filePath,
LoadOptions loadOptions)
Determines whether image can be loaded from the specified file path and optionally using the specified open options.
|
static IImageLoader |
ImageLoadersRegistry.createFirstSupportedLoader(InputStream stream,
LoadOptions loadOptions)
Creates the first found loader suitable for the specified
stream and optionally the loadOptions. |
static IImageLoaderDescriptor |
ImageLoadersRegistry.getFirstSupportedDescriptor(InputStream stream,
LoadOptions loadOptions)
Gets the fist found supported descriptor suitable for the specified
stream and optionally the loadOptions. |
static Image |
Image.load(InputStream stream,
LoadOptions loadOptions)
Loads a new image from the specified stream.
|
static Image |
Image.load(RandomAccessFile file,
LoadOptions loadOptions)
Loads a new image from the specified stream.
|
Image |
IImageLoader.load(StreamContainer streamContainer,
LoadOptions loadOptions)
Opens a new image with
loadOptions. |
static Image |
Image.load(String filePath,
LoadOptions loadOptions)
Loads a new image from the specified file path or URL.
|
void |
IPartialRawDataLoader.process(Rectangle rectangle,
byte[] data,
Point start,
Point end,
LoadOptions loadOptions)
Processes the loaded data.
|
| Constructor and Description |
|---|
CdrImage(InputStream stream,
LoadOptions loadOptions)
Start working with the
CdrImage class effortlessly by
initializing a new instance with a stream and loadOptions parameters. |
CdrImage(com.aspose.ms.System.IO.Stream stream,
LoadOptions loadOptions) |
| Constructor and Description |
|---|
CmxImage(StreamContainer streamContainer,
LoadOptions loadOptions)
Start working with the
CmxImage class seamlessly by initializing
a new instance with a streamContainer and loadOptions parameters. |
| Constructor and Description |
|---|
DicomImage(InputStream stream,
LoadOptions loadOptions)
Initiate a new instance of the DicomImage class smoothly by employing a stream and
loadOptions parameters in this constructor.
|
DicomPage(DicomImage image,
int index,
LoadOptions loadOptions)
Initializes a new instance of the
DicomPage class. |
| Modifier and Type | Method and Description |
|---|---|
static DjvuImage |
DjvuImage.loadDocument(InputStream stream,
LoadOptions loadOptions)
Loads the document.
|
| Constructor and Description |
|---|
DjvuImage(InputStream stream,
LoadOptions loadOptions)
Start working with DjVu images seamlessly with this constructor, which
initializes a new
DjvuImage class instance using a Stream and
LoadOptions parameters. |
DjvuImage(com.aspose.ms.System.IO.Stream stream,
LoadOptions loadOptions)
Start working with DjVu images seamlessly with this constructor, which
initializes a new
DjvuImage class instance using a Stream and
LoadOptions parameters. |
| Modifier and Type | Class and Description |
|---|---|
class |
EpsLoadOptions
Deprecated.
Will be deleted. Please use
LoadOptions |
| Constructor and Description |
|---|
OdgImage(StreamContainer streamContainer,
LoadOptions options)
Start a new creation of the
OdgImage class object with the
initiation of a fresh instance. |
OtgImage(StreamContainer streamContainer,
LoadOptions loadOptions)
Initialize a new
OtgImage object by providing a stream container
and loading options. |
| Constructor and Description |
|---|
WebPImage(InputStream stream,
LoadOptions loadOptions)
Create a new instance of the
WebPImage class using a stream and
specified load options, facilitating versatile handling of WebP image data. |
WebPImage(int width,
int height,
WebPOptions options,
LoadOptions loadOptions)
Create a new instance of the
WebPImage class with an empty image and specified
load options. |
WebPImage(RasterImage rasterImage,
LoadOptions loadOptions)
Create a new instance of the
WebPImage class using a rasterImage object and
specified load options, enabling flexible handling of image data. |
WebPImage(String path,
LoadOptions loadOptions)
Create a new instance of the
WebPImage class using a file and
specified load options, facilitating flexible handling of WebP image data. |
| Modifier and Type | Class and Description |
|---|---|
class |
CdrLoadOptions
The Cdr load options
|
class |
CmxLoadOptions
The CMX load options
|
class |
DngLoadOptions
The DNG load options
|
class |
Jpeg2000LoadOptions
JPEG2000 load options
|
class |
OdLoadOptions
The Open Document Load Options
|
class |
PngLoadOptions
Deprecated.
Should be replaced with base "LoadOptions" class because it contains ony one obsolete "StrictMode" property.
|
class |
SvgLoadOptions
The Svg load options.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.