thanks
> is there a way to show animated gif's with tcl/tk
Yes. The Img extension by Jan Nijtmans is able to extract images by
index from an animated gif.
--
Sincerely,
Andreas Kupries <akup...@shaw.ca>
Developer @ <http://www.activestate.com/>
Private <http://www.purl.org/NET/akupries/>
-------------------------------------------------------------------------------
}
XBit (http://www.geocities.com/~chengye) can do gif image animation.
It is a Tcl extension package for image processing.
> Yes. The Img extension by Jan Nijtmans is able to extract images by
> index from an animated gif.
I believe the question meant as „ ...ist Tcl/Tk able to show an animated
GIF in an animated fashion?“. Using the img-library to get the individual
layers and placing the GIF-Layers all at the same location on a canvas
and raising them in a cyclic manner would do the job?
Possibly it is easier to do this with the notebook-widget (non-tab)? I
can't tell which is more timing-critical...
just some ideas ;-)
have fun!
--
Rudolf Schnapka,
E-Mail: r...@techno-flex.de
An animated GIF image may have different timing, position, size and
color definitoin for individual layers. Ignoring the differences,
extracting each layer and showing them at the same location may work
in case of a simple animated gif. But it would not do the job in
general.
Chengye Mao
http://www.geocities.com/~chengye
http://cardtable.sourceforge.net/tcltk
Animated Gif processing in pure Tcl/Tk.
Ryan P. Casey
"scarefaZ" <scar...@gmx.net> wrote in message
news:9ruk0c$ikk$04$1...@news.t-online.com...
Img comes with example which displays animated gifs.
--
echo "ICK, NOTHING WORKED!!! You may have to diddle the includes.";;
-- Larry Wall in Configure from the perl distribution
cIao
Mat