Back to Adaptive Vision Library website

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

Rgb888ToRgb555


Converts a RGB888 image into a RGB555 one.

Syntax

C++
C#
 
void avl::Rgb888ToRgb555
(
	const avl::Image& inRgb888Image,
	avl::Image& outRgb555Image
)

Parameters

Name Type Default Description
inRgb888Image const Image&
outRgb555Image 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 Rgb888ToRgb555.