public interface IGifBlockLoaderDescriptor
Gif block Loader descriptor.
| Modifier and Type | Method and Description |
|---|---|
boolean |
canLoad(StreamContainer streamContainer)
Determines whether loader can load the specified data.
|
IGifBlock |
load(StreamContainer streamContainer,
IColorPalette containerPalette)
Loads the gif block.
|
boolean canLoad(StreamContainer streamContainer)
Determines whether loader can load the specified data.
streamContainer - The stream container to load data from.true loader can load the specified data; otherwise, false.IGifBlock load(StreamContainer streamContainer, IColorPalette containerPalette)
Loads the gif block.
streamContainer - The stream container.containerPalette - The container palette.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.