Image.resize Method

Module: Image

Definition

Resizes the image in-place to the required width and height.

void resize(int width, int height)

Parameters

width int
in The new width, in pixels.

height int
in The new height, in pixels.

Exceptions

An error has occurred during Face Library execution.