Package | Description |
---|---|
com.aspose.imaging.fileformats.gif |
The package handles Gif file format processing.
|
Modifier and Type | Method and Description |
---|---|
GifFrameBlock |
GifImage.getActiveFrame()
Gets the active frame.
|
Modifier and Type | Method and Description |
---|---|
void |
GifImage.setActiveFrame(GifFrameBlock value)
Sets the active frame.
|
Constructor and Description |
---|
GifImage(GifFrameBlock firstFrame)
Initializes a new instance of the
GifImage class. |
GifImage(GifFrameBlock firstFrame,
IColorPalette globalPalette)
Initializes a new instance of the
GifImage class. |
GifImage(GifFrameBlock firstFrame,
IColorPalette globalPalette,
boolean isPaletteSorted,
byte paletteColorResolution,
byte paletteBackgroundColorIndex,
byte aspectRatio,
boolean hasTrailer)
Initializes a new instance of the
GifImage class. |