Change Image Format

From Visuino
Revision as of 07:18, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoChangeImageFormat.png == Summary == Converts an image from one pixel format to another. == Description == The **Change Image Format** component transforms the pixel format of an incoming image to the selected **Format**. Use it to match the requirements of displays, encoders, or downstream processing components. <b>Diagram:</b> Image:TArduinoChangeImageFormat.Preview.png == Categories == *Image:TArduinoImageCategory.png [[Category Image]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoChangeImageFormat.png

Summary

Converts an image from one pixel format to another.

Description

The **Change Image Format** component transforms the pixel format of an incoming image to the selected **Format**. Use it to match the requirements of displays, encoders, or downstream processing components.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Format – Enumeration – target pixel format (e.g., RGB565, RGB888, Grayscale).
  • Include Jpeg – Boolean – when **True**, also includes a JPEG-encoded representation of the converted frame for downstream consumers.

Pins

  • In – Image input stream.
  • Out – Image output in the selected format.