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

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

Parameters

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

Return Value

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