Image To Binary
File:TArduinoImageToBinary.png
Summary
Converts image data into a binary stream, optionally including format metadata.
Description
The **Image To Binary** component transforms incoming image input into a raw binary output. - **Enabled**: When set to *False*, the component is disabled and **nothing is passed through** (it outputs nothing). - **Include Format**: When *True*, includes image format information (such as JPEG, PNG) alongside the binary data in the output.
This feature is valuable for workflows where images must be serialized or embedded in binary streams—such as file writing, network transmission, or storage into raw data buffers.
Diagram:
Categories
- File:TArduinoBinaryCategory.png Category Binary - Components related to binary data processing
Properties
- Enabled – When **False**, component remains off and does not output data.
- Include Format – When **True**, outputs both the image’s binary data and its format metadata.
Pins
- In – Image input.
- Out – Binary output stream derived from the image input.