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()
Gets the GIF blocks.
|
IGifBlock |
IGifBlockLoaderDescriptor.load(StreamContainer streamContainer,
IColorPalette containerPalette) |
static IGifBlock |
GifBlocksRegistry.loadBlockByFirstSupportedDescriptor(InputStream stream,
IColorPalette containerPalette) |
Modifier and Type | Method and Description |
---|---|
void |
GifImage.addBlock(IGifBlock block)
Adds a new GIF block.
|
void |
GifImage.insertBlock(int index,
IGifBlock block)
Adds a new GIF block.
|
void |
GifImage.removeBlock(IGifBlock block)
Removes the GIF block.
|
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.
|