Binary To Image
File:TArduinoBinaryToImage.png
Summary
Converts binary data into an image based on the specified image format settings.
Description
The **Binary To Image** component interprets incoming binary data as pixel information to generate an image output. You can configure the image using the **Format** property group: - **Extract From Data** – If **True**, image dimensions and format are derived from the binary data. - **Height** – Height of the output image in pixels. - **Width** – Width of the output image in pixels. - **Pixel Format** – Selects the pixel encoding: GrayScale, RGB24, RGBA32, RGB565, RGB555, Gray16, or Gray4. - **Size** – Optional size parameter depending on pixel format.
- Enabled controls whether the component is active. When **False**, the component is disabled and no output is produced.
Diagram:
Categories
- File:TArduinoBinaryCategory.png Category Binary – Components related to binary data processing
Properties
- Enabled – When **False**, the component is disabled and no image is generated.
- Format – Configures image format, size, and pixel encoding. Includes **Extract From Data**, **Height**, **Width**, **Pixel Format**, and **Size**.
Pins
- In – Binary data input.
- Out – Generated image output.