LZW Compression algorithm
- From: "Z.K." <nospam@xxxxxxxxxx>
- Date: Sun, 21 May 2006 00:50:31 GMT
I am trying to create a simple compression algorithm using the LZW system based on the 128 ascii character set and I can find a lot of information on the general description of it, but how exactly does the dictionary that is used work. Is it just stored in an array or do you need to write it to a file so that it can be used the next time you need to decompress a file. I would think it would need to be stored in a file and then read into an array since if you compressed the file and then shut down the program, would you not lose everything in the dictionary and then not be able to decompress the file? Any help would be appreciated.
Thanks,
Z.K.
.
- Follow-Ups:
- Re: LZW Compression algorithm
- From: Michael Schöberl
- Re: LZW Compression algorithm
- From: cr88192
- Re: LZW Compression algorithm
- Prev by Date: Re: Three broken compressors
- Next by Date: Re: Three broken compressors
- Previous by thread: ANN: Again, Updated ZPack stuff...
- Next by thread: Re: LZW Compression algorithm
- Index(es):
Relevant Pages
|