Image to JPEG: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoImageToJpeg.png == Summary == Encodes the input image into a JPEG-compressed binary stream. == Description == The **Image To JPEG** component converts the **In** image to a JPEG-encoded byte stream suitable for storage or transmission. Adjust **Quality** to trade off size vs. fidelity. <b>Diagram:</b> Image:TArduinoImageToJpeg.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Image compression / encodin..." |
(No difference)
|
Latest revision as of 06:16, 14 August 2025
Summary
Encodes the input image into a JPEG-compressed binary stream.
Description
The **Image To JPEG** component converts the **In** image to a JPEG-encoded byte stream suitable for storage or transmission. Adjust **Quality** to trade off size vs. fidelity.
Diagram:
Categories
- File:TArduinoImageCategory.png Category Image – Image compression / encoding
Properties
- Enabled – Enables or disables the component.
- Quality – Unsigned integer (0–1) – JPEG compression quality.
Pins
- In – Image input stream.
- Out – Binary output carrying the JPEG data.