home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / compress / 4138 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  885 b 

  1. Xref: sparky comp.compression:4138 comp.lang.pascal:7429
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!network.ucsd.edu!swrinde!gatech!news.byu.edu!yvax.byu.edu!cunyvm!tamgc
  3. Newsgroups: comp.compression,comp.lang.pascal
  4. Subject: LZW or Run-length compression source code
  5. Message-ID: <92348.151232TAMGC@CUNYVM.BITNET>
  6. From: <TAMGC@CUNYVM.BITNET>
  7. Date: Sunday, 13 Dec 1992 15:12:32 EST
  8. Organization: City University of New York/ University Computer Center
  9. Lines: 13
  10.  
  11. A program I wrote in Pascal,generates a binary output file  (File of byte),
  12. which contains a lot of consecutive 0's and 1's. I would like to compress
  13. this file using LZW or run-length coding. Does anybody know where I can
  14. find source code in Pascal to do this compression/decomression for me?
  15.  
  16. It can also be a compiled object code which I can incorporate in my
  17. program.
  18.  
  19.  
  20.  
  21. I thank you for your help..
  22.  
  23. Tamer Avcilar
  24.