home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!uwm.edu!zaphod.mps.ohio-state.edu!menudo.uh.edu!ccsvax.sfasu.edu!z_youngwd
- From: z_youngwd@ccsvax.sfasu.edu
- Newsgroups: comp.compression.research
- Subject: POSTING C source for Fractal compression for anon ftp
- Summary: C source finally posted
- Keywords: fractal compression
- Message-ID: <1992Nov12.155553.1798@ccsvax.sfasu.edu>
- Date: 12 Nov 92 21:55:53 GMT
- Article-I.D.: ccsvax.1992Nov12.155553.1798
- Organization: Stephen F. Austin State University
- Lines: 21
-
- ---
-
- I am going to post some _old_ source for fractal image compression.
-
- If you get Yuval Fisher's paper /pub/inls-ucsd/fractal-2.0.tar
- at lyapunov.ucsd.edu and read it while examining the source, it
- should be decipherable.
-
- The file will be a zip, frcomp.zip containing both compression
- and decompression code. It is located for anonymous ftp in
- /tmp/frcomp.zip @ ftp.uu.net
-
-
- You will need a C compiler that can handle arrays of size 256x256 char.
- I used DJGPP, DJ Delorie's port of GCC to MSDOS. You also need a math
- coprocessor and a 386 or higher if you are on the MSDOS platform.
- Images are byte for byte 256x256x256 shades of gray... 65536 bytes.
- That is all.
-
- Wayne Young
- z_youngwd@ccsvax.sfasu.edu
-