Image.resizeTo Method

Module: Image

Definition

Resizes the image to the specified width and height.

void resizeTo(int width, int height, Image dstImage)

Parameters

width int
in The new width, in pixels.

height int
in The new height, in pixels.

dstImage Image
in The destination image that receives the resized image.

Exceptions

An error has occurred during Face Library execution.