Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Color Spaces » Rgb555ToRgb888

Rgb555ToRgb888
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Converts a RGB555 image into a RGB888 one.
Applications: Decompression of pixel depth from 2 to 3 bytes.
Syntax
C++
C#
void fil::Rgb555ToRgb888 ( const fil::Image& inRgb555Image, fil::Image& outRgb888Image )
Parameters
Requirements
For input inRgb555Image only pixel formats are supported: 1⨯uint16.
Read more about pixel formats in Image documentation.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Not a 1-channel and 16-bit image in Rgb555ToRgb888. |
DomainError | Not supported inRgb555Image pixel format in Rgb555ToRgb888. Supported formats: 1xUInt16. |