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.djvu |
The package contains djvu classes
|
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.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.
|
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)
Initializes a new instance of the
CdrImage class. |
CdrImage(com.aspose.ms.System.IO.Stream stream,
LoadOptions loadOptions) |
Constructor and Description |
---|
CmxImage(StreamContainer streamContainer,
LoadOptions loadOptions)
Initializes a new instance of the
CmxImage class. |
Constructor and Description |
---|
DicomImage(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
DicomImage class. |
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)
Initializes a new instance of the
DjvuImage class. |
DjvuImage(com.aspose.ms.System.IO.Stream stream,
LoadOptions loadOptions)
Initializes a new instance of the
DjvuImage class. |
Modifier and Type | Class and Description |
---|---|
class |
EpsLoadOptions
EPS load options
|
Constructor and Description |
---|
OdgImage(StreamContainer streamContainer,
LoadOptions options)
Initializes a new instance of the
OdgImage class. |
OdImage(StreamContainer streamContainer,
LoadOptions options)
Initializes a new instance of the
OdImage class. |
OtgImage(StreamContainer streamContainer,
LoadOptions loadOptions)
Initializes a new instance of the
OtgImage class. |
Constructor and Description |
---|
WebPImage(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
WebPImage class from stream. |
WebPImage(int width,
int height,
WebPOptions options,
LoadOptions loadOptions)
Initializes a new instance of the
WebPImage class with empty image. |
WebPImage(RasterImage rasterImage,
LoadOptions loadOptions)
Initializes a new instance of the
WebPImage class from rasterImage. |
WebPImage(String path,
LoadOptions loadOptions)
Initializes a new instance of the
WebPImage class from file. |
Modifier and Type | Class and Description |
---|---|
class |
CdrLoadOptions
The Cdr 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.
|