Export flattened image
export_flattenedRender an entire Compositor project as a single flattened image at full resolution. Output PNG preserves transparency, or JPEG flattens onto white for a clean final file.
Instructions
Renders the whole project at full resolution to a PNG or JPEG file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the .comp project package (a directory ending in .comp) | |
| quality | No | JPEG quality | |
| outputPath | Yes | Destination file; .png keeps transparency, .jpg flattens onto white |