From: Michael H. <mh...@al...> - 2005-11-07 10:58:33
|
Noel O'Boyle wrote: > It seems that at the moment, it is only possible to save images as .ps. > This is a problem for any Python programs that want to display the image > (e.g. using Tkinter). > > Would it be difficult to add .png support? It is already possible to use g.hardcopy(filename='myfile.png', terminal='png') with some other option possibilities (fontsize, monochrome, etc) defined in termdefs.py within terminal_opts['png']. Is this what you need? Michael |