Capture: Difference between revisions
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...) |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''Capture''' obtains the entire openGL window. | '''Capture''' obtains the entire openGL window. | ||
===USAGE=== | ===USAGE=== | ||
<source lang="python"> | |||
capture | |||
</source> | |||
===PYMOL API=== | ===PYMOL API=== | ||
Line 10: | Line 12: | ||
</source> | </source> | ||
== | == Notes == | ||
It's helpful to [save] the image once you've captured it, | |||
<source lang="python"> | |||
capture | |||
save img.png | |||
</source> | |||
[[Category:Commands| | [[Category:Commands|Capture]] |
Latest revision as of 13: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