Difference between revisions of "Capture"

From PyMOLWiki
Jump to navigation Jump to search
(New page: ===DESCRIPTION=== '''Capture''' obtains the entire openGL window. ===USAGE=== capture ===PYMOL API=== <source lang="python"> cmd.capture </source> == Updates == More info on this comma...)
 
Line 3: Line 3:
  
 
===USAGE===
 
===USAGE===
capture
+
<source lang="python">
 +
capture
 +
</source>
  
 
===PYMOL API===
 
===PYMOL API===
Line 10: Line 12:
 
</source>
 
</source>
  
== Updates ==
+
== Notes ==
More info on this command, once I get it.
+
It's helpful to [save] the image once you've captured it,
 +
<source lang="python">
 +
capture
 +
save img.png
 +
</source>
  
 
[[Category:Commands|capture]]
 
[[Category:Commands|capture]]

Revision as of 11:30, 19 May 2008

DESCRIPTION

Capture obtains the entire openGL window.

USAGE

capture

PYMOL API

cmd.capture

Notes

It's helpful to [save] the image once you've captured it,

capture
save img.png