Rgb555ToRgb888


Converts a RGB555 image into a RGB888 one.

Applications:Decompression of pixel depth from 2 to 3 bytes.

Syntax

C++
C#
Python
 
def Rgb555ToRgb888(
	inRgb555Image: Image,
	outRgb888Image: Image,
	/
)
-> None

Parameters

Name Type Default Description
Input value inRgb555Image Image
Output value outRgb888Image Image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.