Handbook
Glossary
LZW compression
compression
.
lzw
Implements both the TIFF and GIF variations of the LZW algorithm.
Decompression
tiff-lzw-uncompress
( seq -- byte-array )
gif-lzw-uncompress
( seq code-size -- byte-array )
Compression
Compression has not yet been implemented.
Implementation details:
LZW differences between TIFF and GIF