Package | Description |
---|---|
com.aspose.imaging.fileformats.gif |
Modifier and Type | Method and Description |
---|---|
GifFrameBlock |
GifImage.getActiveFrame()
Gets or sets the active frame.
|
Modifier and Type | Method and Description |
---|---|
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. |
GifImage(com.aspose.imaging_internal.fileformats.gif.GifHeader gifHeader,
IGifBlock[] blocks,
IColorPalette colorPalette,
boolean hasTrailer,
GifFrameBlock activeFrame)
Initializes a new instance of the
GifImage class. |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.