|
From: Petr M. <mi...@ph...> - 2005-01-19 14:41:30
|
> >So we could use this mechanism if we really wanted to.
> >The first problem I see is that you have to initialize
> >the GIF file differently if you want to insert multiple
> >images, so you have to know in advance that you are
> >going to do so. In other words, it won't work to
> >have term->graphics() simply check whether the file is
> >already open. It would have to be a new option
> > set term gif {animated}
> >
> >The gif term for multi-image is "animated", although
> >this may not be the best keyword to use in gnuplot.
> >"multiplot" would be better, but it already is being
> >used for something else.
> >
> >Does anyone think this would be worth the effort?
I've recently built "animation" into the "zimg" program, which normally uses
gd for its output. Before writing the generated image into .gif/.png file,
it is dumping the bitmap into ppm or pgm (ascii) file, which can be
transformed to a movie via animate or convert.
BTW:
set term gif {animated {delay msec}}
--
PM
|