Package | Description |
---|---|
com.aspose.imaging.fileformats.gif | |
com.aspose.imaging.fileformats.gif.blocks |
Modifier and Type | Method and Description |
---|---|
GifFrameBlock |
GifImage.getActiveFrame()
Gets or sets the active frame.
|
Modifier and Type | Method and Description |
---|---|
static GifImage |
GifImage.createInstance_internalized(com.aspose.imaging_internal.fileformats.gif.GifHeader gifHeader,
IGifBlock[] blocks,
IColorPalette colorPalette,
boolean hasTrailer,
GifFrameBlock activeFrame)
Creates the new instance of the
GifImage class. |
void |
GifImage.setActiveFrame(GifFrameBlock value)
Gets or 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. |
Modifier and Type | Method and Description |
---|---|
static GifFrameBlock |
GifFrameBlock.createInstance_internalized(com.aspose.imaging_internal.fileformats.gif.GifFrameBlockDataReader dataReader,
int left,
int top,
int width,
int height,
IColorPalette colorPalette,
boolean isPaletteSorted,
boolean isGifFrameInterlaced,
byte lzwCodeSize)
Creates the new instance of the
GifFrameBlock class. |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.