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... | |
|
inlinestatic |
Decodes LZW data from the given stream.
|
staticprivate |
The maximum LZW stack size.