Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Color Spaces » Rgb565ToRgb888

Rgb565ToRgb888


Converts a RGB565 image into a RGB888 one.

Syntax

C++
C#
 
void avl::Rgb565ToRgb888
(
	const avl::Image& inRgb565Image,
	avl::Image& outRgb888Image
)

Parameters

Name Type Default Description
inRgb565Image const Image&
outRgb888Image Image&

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Errors

Error type Description
DomainError Not a 1-channel and 16-bit image in Rgb565ToRgb888.