| Package | Description |
|---|---|
| com.aspose.imaging.fileformats.gif |
The package handles Gif file format processing.
|
| Modifier and Type | Method and Description |
|---|---|
GifFrameBlock |
GifImage.getActiveFrame()
Manage and manipulate frames with this property, enabling smooth navigation and
modification of the active frame within the GIF image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GifImage.setActiveFrame(GifFrameBlock value)
Manage and manipulate frames with this property, enabling smooth navigation and
modification of the active frame within the GIF image.
|
| Constructor and Description |
|---|
GifImage(GifFrameBlock firstFrame)
Crafting GIF images becomes effortless with the
GifImage
constructor. |
GifImage(GifFrameBlock firstFrame,
IColorPalette globalPalette)
Initiate a new
GifImage object with specified parameters for the
first frame and global palette. |
GifImage(GifFrameBlock firstFrame,
IColorPalette globalPalette,
boolean isPaletteSorted,
byte paletteColorResolution,
byte paletteBackgroundColorIndex,
byte aspectRatio,
boolean hasTrailer)
Get started effortlessly with the
GifImage constructor. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.