Appearance
Image
Overview
The Image output node provides an exit point for visual data from the flow. It supports both raster images (like raw camera frames) and vector graphics (such as SVG images with polygons).
Use Image when:
- You want to display a processed image on a dashboard.
- You need to output an SVG graphic generated within the flow.
Inputs
| Name | Type | Description |
|---|---|---|
| image | image or image_svg | Accepts bitmap frames (rendered as pixels) or SVG images. |
Parameters
This node does not have any configuration parameters.
Example
Displaying annotated inspection results
A flow identifies components on a PCB desks and generates polygons highlighting failed solder joints. The combined visual data is sent to the Image node for operator review.
Configuration:
- This node has no configurable parameters.
Result: The marked-up board image appears on the dashboard with highlighted defect areas scaled perfectly for the viewer.
Related links
Reference:
- Image Stream — stream from a camera or file source
- SVG Image Input — source node for SVG image files