gif-lzw-uncompress ( seq code-size -- byte-array )
LZW compression

Prev:tiff-lzw-uncompress ( seq -- byte-array )
Next:LZW differences between TIFF and GIF


Vocabulary
compression.lzw

Inputs
seqa sequence
code-sizean integer


Outputs
byte-arraya byte-array


Word description
Decompresses a sequence of LZW-compressed bytes obtained from a GIF file.

Definition