Property | Type | Description | |
---|---|---|---|
STATUS_FORMAT_ERROR | int | ||
STATUS_OK | int | ||
STATUS_OPEN_ERROR | int | ||
previousImage | Android.Graphics.Bitmap |
Property | Type | Description | |
---|---|---|---|
MAX_STACK_SIZE | int | ||
act | int[] | ||
bgColor | int | ||
bgIndex | int | ||
block | byte[] | ||
blockSize | int | ||
frameCount | int | ||
framePointer | int | ||
gct | int[] | ||
gctFlag | bool | ||
gctSize | int | ||
height | int | ||
lctFlag | bool | ||
lctSize | int | ||
loopCount | int | ||
mainPixels | byte[] | ||
mainScratch | int[] | ||
pixelAspect | int | ||
pixelStack | byte[] | ||
prefix | short[] | ||
rawData | ByteBuffer | ||
status | int | ||
suffix | byte[] | ||
width | int |
Method | Description | |
---|---|---|
advance ( ) : void | ||
getCurrentFrameIndex ( ) : int | ||
getDelay ( int n ) : int | ||
getFrameCount ( ) : int | ||
getLoopCount ( ) : int | ||
getNextDelay ( ) : int | ||
getNextFrame ( ) : Android.Graphics.Bitmap | ||
read ( InputStream inputStream, int contentLength ) : int | ||
read ( byte data ) : int |
Method | Description | |
---|---|---|
err ( ) : bool | ||
init ( ) : void | ||
read ( ) : int | ||
readBitmap ( ) : void | ||
readBlock ( ) : int | ||
readColorTable ( int ncolors ) : int[] | ||
readContents ( ) : void | ||
readGraphicControlExt ( ) : void | ||
readHeader ( ) : void | ||
readLSD ( ) : void | ||
readNetscapeExt ( ) : void | ||
readShort ( ) : int | ||
setPixels ( int frameIndex ) : void | ||
skip ( ) : void |
Method | Description | |
---|---|---|
decodeBitmapData ( GifFrame frame, byte dstPixels ) : void |
public getNextFrame ( ) : Android.Graphics.Bitmap | ||
return | Android.Graphics.Bitmap |
public read ( InputStream inputStream, int contentLength ) : int | ||
inputStream | InputStream | |
contentLength | int | |
return | int |
protected readColorTable ( int ncolors ) : int[] | ||
ncolors | int | |
return | int[] |
protected setPixels ( int frameIndex ) : void | ||
frameIndex | int | |
return | void |
public Bitmap,Android.Graphics previousImage | ||
return | Android.Graphics.Bitmap |