
10 May
2012
10 May
'12
5:11 p.m.
There are a couple of python functions for image saving. The equivalent to the copy command is Midas.copy() and it calls chimera.printer.saveImage(). Use the latter for finer control. HTH, Greg On 05/10/2012 06:46 AM, Dan Cohen wrote:
Hello all,
Is there a python interface for exporting images to a file in the UCSF Chimera. I understand I can use runCommand("copy") or runCommand("export"). Is there a python class for doing such commands?
Thank you, Dany