Detailed Description

Decodes Lzw frame data.

Static Public Member Functions

static byte[] Decode (Reader reader, int width, int height, int dataSize)
 Decodes LZW data from the given stream. More...
 

Static Private Attributes

static readonly int MaxStackSize = 0x1000
 The maximum LZW stack size. More...
 

Member Function Documentation

static byte [] Gif.LzwDecoder.Decode ( Reader  reader,
int  width,
int  height,
int  dataSize 
)
inlinestatic

Decodes LZW data from the given stream.

Member Data Documentation

readonly int Gif.LzwDecoder.MaxStackSize = 0x1000
staticprivate

The maximum LZW stack size.