Rgb888ToRgb565
Converts a RGB888 image into a RGB565 one.
Applications:Compression of pixel depth from 3 to 2 bytes.
Syntax
C++
C#
Python
def Rgb888ToRgb565( inRgb888Image: Image, outRgb565Image: Image, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRgb888Image | Image | ||
![]() |
outRgb565Image | Image |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


