Click or drag to resize
ImageToolsRgb32ToRgb24 Method
Converts a raw RGB-32 bitmap to RGB-24.

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

Parameters

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

Return Value

Type: Boolean
Returns true on success, otherwise false.
See Also