Image.reallocate Method¶
Module: Image
Definition¶
Reallocates the internal memory of the Image from parameters.
Note
If the given parameters are the same as the ones of the object, then there is nothing done in this function.
void reallocate(int width, int height, PixelFormat pixelFormat)
Parameters
width intin The new width, in pixels.
height intin The new height, in pixels.
pixelFormat PixelFormatin The new pixel format.
Exceptions
An error has occurred during Face Library execution.