| Package | Description |
|---|---|
| com.aspose.imaging.fileformats.gif |
The package handles Gif file format processing.
|
| com.aspose.imaging.fileformats.gif.blocks |
The package contains Gif file format entities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GifBlock
The default gif block implementation.
|
| Modifier and Type | Method and Description |
|---|---|
IGifBlock[] |
GifImage.getBlocks()
Gain access to the GIF blocks seamlessly with this property, facilitating easy
retrieval and manipulation of the image's underlying data structures.
|
IGifBlock |
IGifBlockLoaderDescriptor.load(StreamContainer streamContainer,
IColorPalette containerPalette)
Loads the gif block.
|
static IGifBlock |
GifBlocksRegistry.loadBlockByFirstSupportedDescriptor(InputStream stream,
IColorPalette containerPalette) |
| Modifier and Type | Method and Description |
|---|---|
void |
GifImage.addBlock(IGifBlock block)
Adding a new GIF block allows you to include additional data within the image.
|
void |
GifImage.insertBlock(int index,
IGifBlock block)
Inserting a new GIF block allows you to add custom data at a specific position
within the image.
|
void |
GifImage.removeBlock(IGifBlock block)
Removing a GIF block removes specific data from the image, offering the ability to
clean up or modify the image structure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GifApplicationExtensionBlock
Gif application extension block.
|
class |
GifCommentBlock
Gif comment block.
|
class |
GifFrameBlock
Gif frame block.
|
class |
GifGraphicsControlBlock
Gif graphics control block.
|
class |
GifPlainTextRenderingBlock
Gif plain text extension block.
|
class |
GifUnknownExtensionBlock
Gif Unknown Extension Block.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.