Package | Description |
---|---|
com.aspose.imaging | |
com.aspose.imaging.fileformats.djvu | |
com.aspose.imaging.fileformats.psd |
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(com.aspose.imaging.StreamContainer streamContainer,
LoadOptions 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 boolean |
Image.canLoadInternal_internalized(com.aspose.ms.System.IO.Stream stream,
LoadOptions loadOptions) |
static IImageLoader |
ImageLoadersRegistry.createFirstSupportedLoader(InputStream stream,
LoadOptions loadOptions)
Creates the first found loader suitable for the specified
stream and optionally the loadOptions . |
static IImageLoader |
ImageLoadersRegistry.createFirstSupportedLoaderInternal_internalized(com.aspose.ms.System.IO.Stream stream,
LoadOptions 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 IImageLoaderDescriptor |
ImageLoadersRegistry.getFirstSupportedDescriptorInternal_internalized(com.aspose.ms.System.IO.Stream stream,
LoadOptions loadOptions) |
static Image |
Image.load(InputStream stream,
LoadOptions loadOptions)
Loads a new image from the specified stream.
|
Image |
IImageLoader.load(com.aspose.imaging.StreamContainer streamContainer,
LoadOptions loadOptions) |
static Image |
Image.load(String filePath,
LoadOptions loadOptions)
Loads a new image from the specified file.
|
static Image |
Image.loadInternal_internalized(com.aspose.ms.System.IO.Stream stream,
LoadOptions loadOptions) |
void |
IPartialRawDataLoader.process(Rectangle rectangle,
byte[] data,
Point start,
Point end,
LoadOptions loadOptions) |
Modifier and Type | Method and Description |
---|---|
static DjvuImage |
DjvuImage.loadDocument(InputStream stream,
LoadOptions loadOptions)
Loads the document.
|
static DjvuImage |
DjvuImage.loadDocumentInternal_internalized(com.aspose.ms.System.IO.Stream stream,
LoadOptions loadOptions) |
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 | Method and Description |
---|---|
static PsdImage |
PsdImage.createInstance_internalized(com.aspose.imaging_internal.fileformats.psd.sections.PsdHeader psdHeader,
com.aspose.imaging_internal.fileformats.psd.sections.ColorData colorData,
com.aspose.imaging_internal.fileformats.psd.sections.ImageResources imageResources,
com.aspose.imaging_internal.fileformats.psd.sections.LayerAndMaskInfo layerAndMaskInfo,
com.aspose.imaging_internal.fileformats.psd.sections.ImageData imageData,
IColorPalette colorPalette,
int version,
LoadOptions loadOptions)
Creates the new instance of the
PsdImage class. |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.