Repeat Image: Difference between revisions

From Visuino
Jump to navigation Jump to search
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''..."
 
(No difference)

Latest revision as of 09:53, 14 September 2025

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