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


