Animation?
Hi, before I roll my own stuff, has anybody code to display animated gif's or any other way to animate images? Thanks Andreas P.S. I guess Lispworks alone can't do this? P.P.S I'm working on Windows
Hi, before I roll my own stuff, has anybody code to display animated gif's or any other way to animate images? Thanks Andreas P.S. I guess Lispworks alone can't do this? P.P.S I'm working on Windows
Hi Andreas, Look at Zach Beane's stuff: http://www.xach.com/ On Feb 26, 2008, at 7:20 AM, Andreas Thiele wrote: > > Hi, > > before I roll my own stuff, has anybody code to display > animated gif's or any other way to animate images? > > Thanks Andreas > > P.S. I guess Lispworks alone can't do this? > > P.P.S I'm working on Windows > -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM
"Andreas Thiele" <andreas@atp-media.de> writes: > Hi, > > before I roll my own stuff, has anybody code to display > animated gif's or any other way to animate images? Skippy at http://www.xach.com/lisp/skippy/ can load animated GIFs. It results in an object that has all the frame image data, color tables, and other information needed to animate the image properly. Actually displaying the frames is a challenge I haven't tackled, sorry. :) Zach
Hi,
before I roll my own stuff, has anybody code to display
animated gif's or any other way to animate images?
Thanks Andreas
P.S. I guess Lispworks alone can't do this?
P.P.S I'm working on Windows