
Do you mean something like this? saveImage(save_path, format = self.img_fmt, supersample = True, raytrace = self.raytrace, raytraceWait = True, raytracePreview = False, hideDialogs = False, raiseWindow = False, statusMessages = False, task = self.task, width = 2000, height = 2000 ) Matthew Dougherty National Center for Macromolecular Imaging Baylor College of Medicine ________________________________________ From: Greg Couch [gregc@cgl.ucsf.edu] Sent: Monday, February 14, 2011 5:03 PM To: Dougherty, Matthew T Cc: chimera-users@cgl.ucsf.edu Subject: Re: [Chimera-users] movie spatial sizes On 02/14/2011 02:31 PM, Dougherty, Matthew T wrote:
How do I generate movies at the larger size?
With the currently distributed code it is not possible without editing the Python code. However, it would be fairly easy to enable alternative resolutions in the Movie Recorder's Frame Options if supersampling or raytracing were enabled. For the Python programmers out there, to hardcode in an alternative resolution, edit MovieRecorder/RecorderHandler.py, and change the arguments to the saveImage call to turn on supersampling or raytracing, and add arguments to set the width and height (eg., width=2000, height=2000). -- Greg