Creating .GIF files in batch mode

Hi,
I have a compiled root-based program which generates .gif files which are then used by a web server. The files a created using TCanvas::SaveAs( “picture.gif”)

This works perfectly in interactive mode, but ideally I need to run this program in
batch mode (i.e. without popping up a window).

Is there anyway I can create .gif files in batch mode ?

                      cheers, 
                            Mark

see root.cern.ch/root/roottalk/roottalk01/0360.html

The next release of ROOT will be able to produce directly gif files in batch mode.

Rene