Image.rotate Method¶
Module: Image
Definition¶
Rotates the image in-place to the specified angle.
Note
The rotation is performed counter-clockwise.
void rotate(int angle)
Parameters
angle intin The rotation angle, in degree. Supported values are [0, 90, 180, 270].
Exceptions
An error has occurred during Face Library execution.