Repeat Image

From Visuino
Revision as of 09:53, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatImage.png == Summary == The **Repeat Image** component repeats an image input a specified number of times. == Description == This component takes an image input and outputs it multiple times according to the configured count. It is useful when duplicating or broadcasting an image to multiple consumers for further processing, storage, or visualization. <b>Diagram:</b> Image:TArduinoRepeatImage.Preview.png == Properties == *'''Enabled''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoRepeatImage.png

Summary

The **Repeat Image** component repeats an image input a specified number of times.

Description

This component takes an image input and outputs it multiple times according to the configured count. It is useful when duplicating or broadcasting an image to multiple consumers for further processing, storage, or visualization.

Diagram:

Properties

  • Enabled (boolean) – Enables or disables the repeat function.
  • Count (integer) – Number of times the image input is repeated.

Pins

Input Pins

  • in (Image) – Input image value.

Output Pins

  • out (Image) – Output repeated image value.

Categories