get_top_image
Capture the current output of a TOP node as a viewable image, with optional downscaling of the longer side to a maximum pixel size.
Instructions
Capture the current output of a TOP node as an image so it can be viewed directly (maxSize optionally downscales the longer side)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxSize | No | Maximum length of the image's longer side in pixels. The TOP is downscaled (aspect ratio preserved) only if it exceeds this value; omit to capture at native resolution. | |
| nodePath | Yes | Path to the TOP node to capture, e.g. '/project1/moviefilein1' |