Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!usc!chaph.usc.edu!castor.usc.edu!bli From: bli@castor.usc.edu (Binary Logics) Newsgroups: comp.sys.atari.st Subject: Re: LHARC Message-ID: <9950@chaph.usc.edu> Date: 30 May 90 05:43:58 GMT References: <265954d1.642c@petunia.CalPoly.EDU> <1990May22.205142.13372@water.waterloo.edu> Sender: news@chaph.usc.edu Organization: University of Southern California, Los Angeles, CA Lines: 16 >In article <265954d1.642c@petunia.CalPoly.EDU> sslee@polyslo.CalPoly.EDU (Steven Lee) writes: >> >>Does anyone know the sources to LHARC or better yet information on how >>the compression scheme works? > The sources for a unix lharc is available on xanth.cs.odu.edu, and it is compatible to the amiga lharc. I am not familiar with ST Lharc, sorry. Anyway, you can get the file lzhuf.c from that archive, which contains the compression method (compatible with all lharc implementations.) It is compilable by itself on unix using GCC, and it creates a stand-alone compressor, like COMPRESS(1).