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...)
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===DESCRIPTION===
+
 
 
'''Capture''' obtains the entire openGL window.
 
'''Capture''' obtains the entire openGL window.
  
 
===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]]

Latest revision as of 14:27, 17 November 2009

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