Image.toRawBuffer Method¶
Module: Image
Definition¶
Copies image pixels in the specified format into a buffer.
void toRawBuffer(PixelFormat pixelFormat, ImageBuffer buffer)
Parameters
pixelFormat PixelFormatin The pixel format.
buffer ImageBufferin Buffer that receives the raw image data.
Exceptions
An error has occurred during Face Library execution.