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 intin The new width, in pixels.
height intin The new height, in pixels.
Exceptions
An error has occurred during Face Library execution.