Extract Image Info

From Visuino
Revision as of 06:19, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoExtractImageInfo.png == Summary == Outputs metadata such as width, height, and format from an image stream. == Description == The **Extract Image Info** component inspects the **In** image and exposes its basic metadata on dedicated pins. <b>Diagram:</b> Image:TArduinoExtractImageInfo.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Image inspection / metadata == Properties == *'''Enabled''' – Enab...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoExtractImageInfo.png

Summary

Outputs metadata such as width, height, and format from an image stream.

Description

The **Extract Image Info** component inspects the **In** image and exposes its basic metadata on dedicated pins.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

  • In – Image input stream.
  • Width – Unsigned integer – image width in pixels.
  • Height – Unsigned integer – image height in pixels.
  • Format – Text/enum – pixel format name (e.g., RGB565, RGB888, Grayscale).