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