FingerImage.resizeTo Method

Module: FingerImage

Definition

Resizes the image to the specified width and height.

void resizeTo(int width, int height, FingerImage dstFingerImage)

Parameters

width int
in The new width, in pixels.

height int
in The new height, in pixels.

dstFingerImage FingerImage
in The destination image that receives the resized image.

Exceptions

An error has occurred during Finger Library execution.