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 intin The new width, in pixels.
height intin The new height, in pixels.
dstImage Imagein The destination image that receives the resized image.
Exceptions
An error has occurred during Face Library execution.