Saving TGraphTime to animated gif

Hi All,

Is there a way to save a TGraphTime in an animated gif file so that, for example, it can be used indpendently of ROOT in a presentation etc.?

Thanks.
-Arun

In the SVN trunk I have implemented a new function

void TGraphTime::SaveAnimatedGif(const char *filename) const // Save this object to filename as an animated gif file // if filename is specified it must be of the form xxx.gif // otherwise a file yyy.gif is produced where yyy is the object name

Rene

Thanks a lot!!
-Arun