FingerImage.toRawBuffer Method¶
Module: FingerImage
Definition¶
Copies image pixels in the specified format into a buffer.
to_raw_buffer(self, pixel_format: PixelFormat, buffer: ImageBuffer) -> None
Parameters
pixel_formatPixelFormatin The pixel format.bufferImageBufferin Buffer that receives the raw image data.
Exceptions
An error has occurred during Finger Library execution.
void toRawBuffer(PixelFormat pixelFormat, ImageBuffer buffer)
Parameters
pixelFormatPixelFormatin The pixel format.bufferImageBufferin Buffer that receives the raw image data.
Exceptions
An error has occurred during Finger Library execution.
public void ToRawBuffer(PixelFormat pixelFormat, ImageBuffer buffer)
Parameters
pixelFormatPixelFormatin The pixel format.bufferImageBufferin Buffer that receives the raw image data.
Exceptions
An error has occurred during Finger Library execution.
public void toRawBuffer(PixelFormat pixelFormat, ImageBuffer buffer) throws FingerException
Parameters
pixelFormatPixelFormatin The pixel format.bufferImageBufferin Buffer that receives the raw image data.
Exceptions
An error has occurred during Finger Library execution.
public func toRawBuffer(pixelFormat: PixelFormat, buffer: ImageBuffer) throws
Parameters
pixelFormatPixelFormatin The pixel format.bufferImageBufferin Buffer that receives the raw image data.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerImage_ToRawBuffer (
ID3_FINGER_IMAGE hFingerImage,
id3FingerPixelFormat ePixelFormat,
ID3_FINGER_IMAGE_BUFFER hBuffer)
Parameters
hFingerImageID3_FINGER_IMAGEin Handle to the FingerImage object.ePixelFormatid3FingerPixelFormatin The pixel format.hBufferID3_FINGER_IMAGE_BUFFERin Buffer that receives the raw image data.
Returns