Table of Contents
The Compression library includes operators for image compressions such as JPEG.
The following list summarizes all Operators of Library Compression
Operator Name | Short Description | available since | |
---|---|---|---|
![]() |
ImageBuffer_JPEG_Gray |
Buffers the image stream in on-board RAM and remaps the pixels in 8x8 blocks for JPEG encoding. |
Version 1.3 |
![]() |
JPEG_Encoder_Gray |
Performs a JPEG compression of the previously remapped input stream. |
Version 1.3 |
![]() |
JPEG_Encoder |
Performs a JPEG compression of the previously remapped input stream. |
Version 1.3 |
Table 28. Operators of Library Compression