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

  1. Xref: sparky comp.graphics:11550 rec.arts.animation:5250 sci.geo.meteorology:3345 sci.image.processing:1108 sci.med.physics:445
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!ames!elroy.jpl.nasa.gov!usc!news.service.uci.edu!ucivax!gateway
  3. From: honig@dixie.ICS.UCI.EDU ("David A. Honig")
  4. Subject: simple X animator, with digital subtraction and monochrome support
  5. Message-ID: <9211051658.aa04381@Paris.ics.uci.edu>
  6. Newsgroups: comp.graphics,rec.arts.animation,sci.geo.meteorology,sci.image.processing,sci.med.physics
  7. Lines: 17
  8. Date: 6 Nov 92 01:04:34 GMT
  9.  
  10.  
  11. I've updated the "mov.c" source that I've posted before.  "mov"
  12. animates a movie on an X display.  Previously it only handled 8-bit
  13. displays; now it manages on mono displays too.  Also, if you use
  14. the -q option, it will display your movies using digital subtraction.
  15.  
  16. The source, "mov.c" is in the honig directory on ics.uci.edu.  A compiled
  17. version for sun4s in called mov.sun4.
  18.  
  19. If you need a movie to try it with, you could ftp the file coffee.128.Z
  20. which is a 128 x 128 x 8-bit x 30 frame file.  Or ftp the iclouds or clouds
  21. scripts and run them, after building mov.  Those scripts get the past day's
  22. weather satellite images (a dozen 600 x 300 x 8 frames).  Subtraction mode
  23. with clouds is pretty cool.
  24.  
  25. dh
  26.  
  27.