home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c019 / 5.ddi / LZW.ZIP / LZW.TXT < prev    next >
Encoding:
Text File  |  1993-05-08  |  582 b   |  16 lines

  1. The DOUGPACK unit implements my own interpretation of how the LZW algoritm
  2. should be implemented. I take all the credit/blame for the implementation
  3. and any bugs it may contain.
  4.  
  5. The Documentation on how to use the unit is pretty good the source code
  6. has some documentation but is pretty convoluted.
  7.  
  8. Included is a simple 1 file compression program as a demonstration
  9. on how to usethis unit.
  10.  
  11. It should be noted that the LZW algorithm is patented, so use of this
  12. algorithm in a commercial program might not be a good idea.
  13.  
  14.  
  15. Douglas P. Webb
  16. dwebb@binkley.cs.mcgill.ca