Render a still from an f0 document, a 3D scene/model, a direct image, or an image composition while applying the selected page/scene, scale, format, and quality settings to the saved output.
Where: canvas → left rail → Add → Export → Image Render — Add an Image Render node and wire a composer into its Composition In handle
Key ideas
- Scale multiplier: The Scale toggle (1x/2x/3x) multiplies the composition's canvas width/height; the Output readout shows the exact pixel dimensions you'll get (e.g. 800×450 → 2400×1350 at 3x).
- PNG output: Format is fixed to PNG, drawn on an offscreen canvas with a transparent or solid background depending on the composition; the result is a data URL that gets uploaded and registered as an 'images' asset.
- Canvas re-use actions: From the result's ⋯ menu you can Add to canvas (new image element), Paste to Replace (swap the currently selected element's source), Download the PNG, or open it in the lightbox.
- Image Render card: ImageRenderNode uses the generic shared-card path. Flatten a connected image composition to a PNG/JPEG-style rendered still.
- Properties sidebar: renderAudioNodes.tsx
- Opened surfaces: Image lightbox; Add to canvas; Paste to Replace
Steps
- Add an Image Render node (Add → Export → Image Render).
- Connect a Layer/Video Composer to its Composition In handle; the border turns emerald when connected.
- Pick a Scale (1x / 2x / 3x) and confirm the Output dimensions readout.
- Click Render Image; the flattened PNG appears with a checkerboard backing to show transparency.
- Hover the result and use ⋯ to Add to canvas, Paste to Replace, or Download the PNG.
Image Render controls and presets
- Add path: Flowgen → Add → Export → Image Render.
- Card: ImageRenderNode.
- Properties: renderAudioNodes.tsx.
- Controls: Scale; format; quality; output.
- Opened surfaces: Image lightbox; Add to canvas; Paste to Replace.
Current source inputs
- f0 Document.
- 3D Scene / Model.
- Image.
- Image Composition.
Settings affect the file
Scale, output format, quality, and source page/scene/geometry selection are applied during rendering rather than shown only as card metadata.
FAQ
Can I export a JPEG or WebP from this node?
No — the Image Render node's Format is fixed to PNG. For multi-frame/animation output use the Image Sequence node, and for vector output use the SVG Render node.
Which frame does it capture?
It rasterizes the composition's current state (the still it resolves at render time), not an animation. Use Video Render or Image Sequence if you need motion.