Package | Description |
---|---|
com.aspose.imaging |
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 IImageLoader |
ImageLoadersRegistry.createFirstSupportedLoader(InputStream stream,
LoadOptions loadOptions) |
static IImageLoaderDescriptor |
ImageLoadersRegistry.getFirstSupportedDescriptor(InputStream 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.
|
void |
IPartialRawDataLoader.process(Rectangle rectangle,
byte[] data,
Point start,
Point end,
LoadOptions loadOptions) |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.