Image.toRawBuffer Method

Module: Image

Definition

Copies image pixels in the specified format into a buffer.

void toRawBuffer(PixelFormat pixelFormat, ImageBuffer buffer)

Parameters

pixelFormat PixelFormat
in The pixel format.

in Buffer that receives the raw image data.

Exceptions

An error has occurred during Face Library execution.