Click or drag to resize
ImageToolsRgb16_565_ToRgb24 Method
Converts a 16-bit RGB-565 image to RGB-24 bit image.

Namespace: StreamCoders.Imaging
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static bool Rgb16_565_ToRgb24(
	PictureMediaBuffer inputBuffer,
	PictureMediaBuffer outputBuffer
)

Parameters

inputBuffer
Type: StreamCodersPictureMediaBuffer
Input buffer containing RGB-565 image.
outputBuffer
Type: StreamCodersPictureMediaBuffer
[in,out] Pre-allocated buffer required for 24-bit image.

Return Value

Type: Boolean
true if it succeeds, false if it fails.
See Also