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.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.jpeg |
The package handles Jpeg file format processing.
|
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 |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
EpsLoadOptions
EPS load options
|
Modifier and Type | Method and Description |
---|---|
void |
JpegSaver.process(Rectangle rectangle,
byte[] data,
Point start,
Point end,
LoadOptions loadOptions)
Processes the specified rectangle.
|
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 |
DngLoadOptions
The DNG load options
|
class |
Jpeg2000LoadOptions
JPEG2000 load options
|
class |
MetafileLoadOptions
The metafiles (wmf/emf) load options.
|
class |
PngLoadOptions
The png load options.
|
class |
PsdLoadOptions
Psd load options
|
class |
SvgLoadOptions
The Svg load options.
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.