Back to Adaptive Vision Library website

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

Rgb888ToRgb565


Converts a RGB888 image into a RGB565 one.

Syntax

C++
C#
 
void avl::Rgb888ToRgb565
(
	const avl::Image& inRgb888Image,
	avl::Image& outRgb565Image
)

Parameters

Name Type Default Description
inRgb888Image const Image&
outRgb565Image Image&

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Errors

Error type Description
DomainError Not a 3-channel and 8-bit image in Rgb888ToRgb565.