Property | Type | Description | |
---|---|---|---|
bgColor | int | ||
bgIndex | int | ||
block | byte[] | ||
blockSize | int | ||
delay | int | ||
dispose | int | ||
fromData | byte[] | ||
fromUrl | |||
gctFlag | bool | ||
height | int | ||
inp | Stream | ||
interlace | bool | ||
ix | int | ||
lctFlag | bool | ||
lctSize | int | ||
m_bpc | int | ||
m_curr_table | byte[] | ||
m_gbpc | int | ||
m_global_table | byte[] | ||
m_line_stride | int | ||
m_local_table | byte[] | ||
m_out | byte[] | ||
pixelAspect | int | ||
pixelStack | byte[] | ||
pixels | byte[] | ||
prefix | short[] | ||
suffix | byte[] | ||
transIndex | int | ||
transparency | bool | ||
width | int |
Method | Description | |
---|---|---|
GetFrameCount ( ) : int | ||
GetFramePosition ( int frame ) : int[] | ||
GetImage ( int frame ) : Image | ||
GetLogicalScreen ( ) : int[] | ||
GifImage ( Stream isp ) : System | ||
GifImage ( String file ) : System | ||
GifImage ( |
||
GifImage ( byte data ) : System |
Method | Description | |
---|---|---|
DecodeImageData ( ) : bool | ||
NewBpc ( int bpc ) : int | ||
ReadBlock ( ) : int | ||
ReadColorTable ( int bpc ) : byte[] | ||
ReadContents ( ) : void | ||
ReadGraphicControlExt ( ) : void | ||
ReadHeader ( ) : void | ||
ReadImage ( ) : void | ||
ReadLSD ( ) : void | ||
ReadShort ( ) : int | ||
ResetFrame ( ) : void | ||
SetPixel ( int x, int y, int v ) : void | ||
Skip ( ) : void |
Method | Description | |
---|---|---|
Process ( Stream isp ) : void | ||
ReadFully ( byte b, int offset, int count ) : void |
public GetFramePosition ( int frame ) : int[] | ||
frame | int | |
return | int[] |
protected ReadColorTable ( int bpc ) : byte[] | ||
bpc | int | |
return | byte[] |
protected SetPixel ( int x, int y, int v ) : void | ||
x | int | |
y | int | |
v | int | |
return | void |