Package | Description |
---|---|
com.aspose.imaging.fileformats.gif |
The package handles Gif file format processing.
|
Modifier and Type | Method and Description |
---|---|
static IGifBlockLoaderDescriptor |
GifBlocksRegistry.getFirstSupportedDescriptor(InputStream stream) |
static IGifBlockLoaderDescriptor |
GifBlocksRegistry.getFirstSupportedDescriptorByTypeName(String descriptorTypeName)
Gets the first supported descriptor by its type name.
|
static IGifBlockLoaderDescriptor[] |
GifBlocksRegistry.getRegisteredDescriptors()
Gets the registered descriptors.
|
Modifier and Type | Method and Description |
---|---|
static void |
GifBlocksRegistry.registerOpener(IGifBlockLoaderDescriptor openerDescriptor)
Registers the opener.
|
static void |
GifBlocksRegistry.unregisterOpener(IGifBlockLoaderDescriptor openerDescriptor)
Unregisters the opener.
|