C# Class ZForge.Controls.TreeViewAdv.GifDecoder

Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
GetFrame ( int n ) : GifFrame
GifDecoder ( Stream stream, bool makeTransparent ) : System

Private Methods

Method Description
DecodeImageData ( ) : void
Error ( ) : bool
GetPixels ( Bitmap bitmap ) : int[]
Init ( ) : void
Read ( ) : int
Read ( Stream inStream ) : int
ReadBlock ( ) : int
ReadColorTable ( int ncolors ) : int[]
ReadContents ( ) : void
ReadGraphicControlExt ( ) : void
ReadHeader ( ) : void
ReadImage ( ) : void
ReadLSD ( ) : void
ReadNetscapeExt ( ) : void
ReadShort ( ) : int
ResetFrame ( ) : void
SetPixels ( ) : void
SetPixels ( int pixels ) : void
Skip ( ) : void

Method Details

GetFrame() public method

public GetFrame ( int n ) : GifFrame
n int
return GifFrame

GifDecoder() public method

public GifDecoder ( Stream stream, bool makeTransparent ) : System
stream Stream
makeTransparent bool
return System