Opened 11 years ago

#6757 new Feature Requests

Add lzw_compressor and lzw_decompressor filters

Reported by: dtrebbien@… Owned by: Jonathan Turkanis
Milestone: To Be Determined Component: iostreams
Version: Boost 1.49.0 Severity: Not Applicable
Keywords: Cc: dtrebbien@…

Description

Boost.IOstreams has support for BZ2, GZIP, and DEFLATE compression/decompression. To be able to read output from the POSIX-standard compress utility, it would be nice if the library also supported compression and decompression with the Lempel-Ziv-Welch (LZW) algorithm.

Here are some LZW implementations that might be of use:

Change History (0)

Note: See TracTickets for help on using tickets.