home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.next.programmer:6082 comp.sys.next.misc:19451
- Path: sparky!uunet!gatech!psuvax1!psuvm!mkk2
- Organization: Penn State University
- Date: Wed, 9 Sep 1992 16:25:57 EDT
- From: <MKK2@psuvm.psu.edu>
- Message-ID: <92253.162558MKK2@psuvm.psu.edu>
- Newsgroups: comp.sys.next.programmer,comp.sys.next.misc
- Subject: image Flipper available on sonata
- Lines: 19
-
- Last week someone posted a request for a program that would display a
- sequence of images in quick succession to achieve an animation effect.
- The problem tickled my fancy, so I build a simple App to do just that.
-
- It is very small, so I put a copy of the source and IB files on
- sonata.cc.purdue.edu in the /pub/next/submissions directory.
-
- There are probably already other similar Apps around. This was a self
- education project for me.
-
- Flipper lets the user select TIFF, EPS, or PS files and then displays
- them. There is a slider to set the speed. I am glad to say that they go
- pretty quickly, once the PostScript is rendered 8-).
-
- Flipper uses a DPSTimedEntry to control the flipping, in case you want
- an example of doing that.
-
- DISCLAIMER: I can't guarantee that everything is done in the best known
- way. I did what seemed reasonable, and hey guess what, IJW!
-