[ROOT] How to use canvas without graphic output?

From: Marek Wieczorek (cage@student.uci.agh.edu.pl)
Date: Wed Apr 02 2003 - 20:33:41 MEST


Hi,

I wrote a program (compiled, not interpreted) which generates graphic
files (gifs), using the TCanvas class.

...
canvas = new TCanvas();
(...)
canvas->cd();
(...)
canvas->Print(gif_path);
...

I have troubles in running my program in text mode, because every time I
try to execute it, it has to have access to graphic output.
Is there any solution to make my program executable from the text-only
terminal?

best regards
Marek



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:10 MET