--- Jim Leonard <trixter at oldskool.org> wrote:
On Mon, Aug 14, 2006 at 09:49:16AM -0700, Chuck
Guzis wrote:
In any case, the LZW patent is now firmly
ensconced in history and should
not be a reason to avoid a particular compressed
format.
...with the exception that LZW was never very
efficient to begin
with. :-) LZ77 variants (specifically LZSS and i
ts
variants) have always
outperformed LZ78 variants like LZW.
--
Jim Leonard
LZW was the first compression method I am
able to understand and use... although the
compression/decompression does get very
slow.
I understand the (fixed) Huffman method in theory,
but am currently unable to implement it. I
certainly wouldn't even know where to start
for the variable Huffman method :(
Has anyone created their own compression
method or have any pointers for someone
wanting to create their own?
Regards,
Andrew B
aliensrcooluk at yahoo.co.uk