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


