Package | Description |
---|---|
com.aspose.psd |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.psd.fileformats.jpeg |
The package handles Jpeg file format processing.
|
com.aspose.psd.fileformats.psd.layers.smartobjects | |
com.aspose.psd.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.
|
Modifier and Type | Method and Description |
---|---|
void |
JpegSaver.process(Rectangle rectangle,
byte[] data,
Point start,
Point end,
LoadOptions loadOptions)
Processes the specified rectangle.
|
Modifier and Type | Method and Description |
---|---|
Image |
SmartObjectLayer.loadContents(LoadOptions options)
Gets the embedded or linked image contents of the smart object layer.
|
Modifier and Type | Class and Description |
---|---|
class |
Jpeg2000LoadOptions
JPEG2000 load options
|
class |
PngLoadOptions
Deprecated.
Should be replaced with base "LoadOptions" class because it contains ony one obsolete "StrictMode" property.
|
class |
PsdLoadOptions
Psd load options
|