render_image
Ray-trace the current molecular scene into a PNG image, with options to set zoom, dimensions, and ray style, for clear structural visualization.
Instructions
Ray-trace the current scene to a PNG and return it inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zoom | No | Zoom/orient onto the selection before rendering. | |
| width | No | Image width in pixels. | |
| height | No | Image height in pixels. | |
| ray_style | No | Ray profile. The default is the PyMOLWiki outline profile. | pymolwiki_outline |
| selection | No | Selection to zoom before rendering ('all' = whole scene). | all |