Png: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
===DESCRIPTION===
===DESCRIPTION===
"png" writes a png format image file of the current image to disk.
  "png" writes a png format image file of the current image to disk.
 
===USAGE===
===USAGE===
   png filename
   png filename
 
===PYMOL API===
===PYMOL API===
<source lang="python">
<source lang="python">
  cmd.png( string file )  
cmd.png( string file )  
</source>
</source>


[[Category:Commands|png]]
[[Category:Commands|png]]

Revision as of 22:10, 2 June 2005

DESCRIPTION

"png" writes a png format image file of the current image to disk.

USAGE

  png filename

PYMOL API

cmd.png( string file )