Back to Adaptive Vision Studio website

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

Rgb565ToRgb888


Converts a RGB565 image into a RGB888 one.

Name Type Description
inRgb565Image Image
outRgb888Image Image

Requirements

For input inRgb565Image only pixel formats are supported: 1⨯uint16.

Read more about pixel formats in Image documentation.

Applications

Decompression of pixel depth from 2 to 3 bytes.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

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

Complexity Level

This filter is available on Expert Complexity Level.