Newsgroups: comp.archives Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!ox.com!msen.com!emv From: ronnie@sos.com (Ron Schnell) Subject: [pixutils] xflick archived Message-ID: <1991Mar27.002838.29773@ox.com> Followup-To: alt.graphics.pixutils Sender: emv@msen.com (Edward Vielmetti, MSEN) Reply-To: ronnie@sos.com (Ron Schnell) Organization: (none) Date: Wed, 27 Mar 1991 00:28:38 GMT Approved: emv@msen.com (Edward Vielmetti, MSEN) X-Original-Newsgroups: alt.graphics.pixutils Archive-name: graphics/animation/xflick/1991-03-22 Archive: export.lcs.mit.edu:/contrib/xflick.tar.Z [18.30.0.238] Original-posting-by: ronnie@sos.com (Ron Schnell) Original-subject: xflick archived Reposted-by: emv@msen.com (Edward Vielmetti, MSEN) The program xflick - which I posted to alt.graphics.pixutils yesterday, has been archived at export.lcs.mit.edu in contrib/xflick.tar.Z. I have enclosed the top part of the README that comes with the distribution. ---------------------------------------------------------------------- This is xflick, the .FLI animation displayer. See the top of xflick.c for public domain information. Limitations ----------- It only works for 320x200, but that is the only size supported by the type anyway. There is no scaling yet. SPECIAL THANKS -------------- Special thanks go to Kevin Darling (kdarling@hobbes.ncsu.edu) for supplying us with the .fli format information, and much help during development. Special thanks also go to Brad Daniels (daniels@bigred.enet.dec.com) for helping with X stuff and general animation stuff. I also copied the public domain header at the top of xflick.c mostly from his xviewgl (I wonder if this violates anything!). Installation ------------ Type 'make'. Usage ----- xflick [-r] filename where repeat_count is the number of times to repeat the loop, default 10. #Ron ronnie@sos.com