Skip to content

Custom Image

Overview

The Custom Image node generates a solid-color test image with specified dimensions and color. It's used for flow testing and as a placeholder for image processing nodes.

Use Custom Image when:

  • You need a standardized image input for testing flow logic.

⚠️ Warning

This node produces a solid-color image at a user-defined resolution. Only the following colors are supported: red, green, and blue.

Outputs

NameTypeDescription
imageimageThe generated solid-color image.

Parameters

ParameterDefaultValid valuesUnitTunable
Width640positive integerpx
Height480positive integerpx
ColorGREENRED, GREEN, BLUE-

Width

The width of the generated image in pixels.

Height

The height of the generated image in pixels.

Color

The solid color fill for the generated image. Available options are RED, GREEN, or BLUE.

Example

Visual "Pass/Fail" Indicator

To verify that an operator can clearly see the status of an inspection from a distance, a flow uses a Custom Image node to generate a solid Red or Green frame that fills the dashboard screen whenever a critical failure or successful pass is detected. To dynamically switch between these colors on a single dashboard widget, a Combine node must be used to manage the different image inputs.

Configuration:

  • Width: 640
  • Height: 480
  • Color: GREEN

Result: This solid one color frame is sent to the dashboard, instantly signaling to the floor staff the current product inspection result.

Reference:

  • Image Stream — stream from a camera or file source
  • Image (output) — exit point for visual data from the flow (images and SVG images)
  • Boolean Trigger — blocks or passes data based on a trigger
  • Combine — merges multiple inputs into a single output based on input priority