Package | Description |
---|---|
com.aspose.psd |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
Modifier and Type | Method and Description |
---|---|
static IImageCreatorDescriptor |
ImageCreatorsRegistry.getFirstSupportedDescriptor(ImageOptionsBase imageOptions)
Gets the fist found supported descriptor suitable for the specified.
|
static IImageCreatorDescriptor[] |
ImageCreatorsRegistry.getRegisteredDescriptors()
Gets the registered descriptors.
|
Modifier and Type | Method and Description |
---|---|
static void |
ImageCreatorsRegistry.register(IImageCreatorDescriptor imageCreatorDescriptor)
Registers the specified image creator descriptor.
|
static void |
ImageCreatorsRegistry.registerCreator(IImageCreatorDescriptor creatorDescriptor)
Registers the creator.
|
static void |
ImageCreatorsRegistry.unregisterCreator(IImageCreatorDescriptor creatorDescriptor)
Unregisters the creator.
|