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
Input value inRgb888Image Image
Output value outRgb555Image Image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.