home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / compress / research / 271 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.2 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!zaphod.mps.ohio-state.edu!menudo.uh.edu!ccsvax.sfasu.edu!z_youngwd
  2. From: z_youngwd@ccsvax.sfasu.edu
  3. Newsgroups: comp.compression.research
  4. Subject: POSTING C source for Fractal compression for anon ftp
  5. Summary: C source finally posted
  6. Keywords: fractal compression
  7. Message-ID: <1992Nov12.155553.1798@ccsvax.sfasu.edu>
  8. Date: 12 Nov 92 21:55:53 GMT
  9. Article-I.D.: ccsvax.1992Nov12.155553.1798
  10. Organization: Stephen F. Austin State University
  11. Lines: 21
  12.  
  13. ---
  14.  
  15. I am going to post some _old_ source for fractal image compression.
  16.  
  17. If you get Yuval Fisher's paper /pub/inls-ucsd/fractal-2.0.tar 
  18. at lyapunov.ucsd.edu and read it while examining the source, it
  19. should be decipherable.
  20.  
  21. The file will be a zip, frcomp.zip containing both compression
  22. and decompression code.  It is located for anonymous ftp in
  23. /tmp/frcomp.zip @ ftp.uu.net
  24.  
  25.  
  26. You will need a C compiler that can handle arrays of size 256x256 char.
  27. I used DJGPP, DJ Delorie's port of GCC to MSDOS.  You also need a math
  28. coprocessor and a 386 or higher if you are on the MSDOS platform.
  29. Images are byte for byte 256x256x256 shades of gray... 65536 bytes.
  30. That is all.
  31.  
  32. Wayne Young
  33. z_youngwd@ccsvax.sfasu.edu
  34.