IGifBlockLoaderDescriptor Class
Summary: Gif block Loader descriptor.
Module: aspose.imaging.fileformats.gif
Full Name: aspose.imaging.fileformats.gif.IGifBlockLoaderDescriptor
Methods
| Name | Description |
|---|---|
| can_load(stream_container) | Determines whether loader can load the specified data. |
| load(stream_container, container_palette) | Loads the gif block. |
Method: can_load(stream_container)
can_load(stream_container)
Determines whether loader can load the specified data.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| stream_container | StreamContainer | The stream container to load data from. |
Returns
| Type | Description |
|---|---|
| bool |
Method: load(stream_container, container_palette)
load(stream_container, container_palette)
Loads the gif block.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| stream_container | StreamContainer | The stream container. |
| container_palette | IColorPalette | The container palette. |
Returns
| Type | Description |
|---|---|
| IGifBlock | A new gif block. |