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_format PixelFormat
in The pixel format.

in Buffer that receives the raw image data.

Exceptions

An error has occurred during Finger Library execution.
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 Finger Library execution.
public 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 Finger Library execution.
public void toRawBuffer(PixelFormat pixelFormat, ImageBuffer buffer) throws FingerException

Parameters

pixelFormat PixelFormat
in The pixel format.

in 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

pixelFormat PixelFormat
in The pixel format.

in 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

hFingerImage ID3_FINGER_IMAGE
in Handle to the FingerImage object.

in The pixel format.

in Buffer that receives the raw image data.

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.