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 |
||
Line 3: | Line 3: | ||
===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|capture]] | [[Category:Commands|capture]] |
Revision as of 10: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