home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / archives / 3701 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.6 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!agate!usenet
  2. From: honig@dixie.ICS.UCI.EDU ("David A. Honig")
  3. Newsgroups: comp.archives
  4. Subject: [comp.graphics] simple X animator, with digital subtraction and monochrome support
  5. Followup-To: comp.graphics,rec.arts.animation,sci.geo.meteorology,sci.image.processing,sci.med.physics
  6. Date: 7 Nov 1992 12:52:02 GMT
  7. Organization: University of California, Berkeley
  8. Lines: 19
  9. Sender: adam@soda.berkeley.edu
  10. Approved: adam@soda.berkeley.edu
  11. Distribution: world
  12. Message-ID: <1dge5iINN721@agate.berkeley.edu>
  13. References: <9211051658.aa04381@Paris.ics.uci.edu>
  14. NNTP-Posting-Host: soda.berkeley.edu
  15. X-Original-Newsgroups: comp.graphics,rec.arts.animation,sci.geo.meteorology,sci.image.processing,sci.med.physics
  16. X-Original-Date: 6 Nov 92 01:04:34 GMT
  17.  
  18. Archive-name: auto/comp.graphics/simple-X-animator-with-digital-subtraction-and-monochrome-support
  19.  
  20.  
  21. I've updated the "mov.c" source that I've posted before.  "mov"
  22. animates a movie on an X display.  Previously it only handled 8-bit
  23. displays; now it manages on mono displays too.  Also, if you use
  24. the -q option, it will display your movies using digital subtraction.
  25.  
  26. The source, "mov.c" is in the honig directory on ics.uci.edu.  A compiled
  27. version for sun4s in called mov.sun4.
  28.  
  29. If you need a movie to try it with, you could ftp the file coffee.128.Z
  30. which is a 128 x 128 x 8-bit x 30 frame file.  Or ftp the iclouds or clouds
  31. scripts and run them, after building mov.  Those scripts get the past day's
  32. weather satellite images (a dozen 600 x 300 x 8 frames).  Subtraction mode
  33. with clouds is pretty cool.
  34.  
  35. dh
  36.  
  37.