LZMA compression

Matt Campbell mattcampbell "at" pobox.com
Tue Feb 13 15:34:02 2007


Long, Phillip GOSS wrote:
> Are U offering to add it? :)

I was, until I realized that the LZMA compressor has nothing equivalent 
to zlib's Z_SYNC_FLUSH option, so it's not possible to flush the 
compressed stream once a complete rectangle has been written.

So I'm working on a bzip2-based encoding instead.

Matt