/lzw_codec

LZW compressor and decompressor in C

Primary LanguageC

lzw_codec: LZW compressor and decompressor in C

lzw_codec is an LZW compressor and decompressor implemented in ANSI C. It's
binary-compatible with PDF /LZWDecode and PostScript /LZWEncode filters
if the filters are used without parameters.

__END__