image_rotate
Rotates given image by the specified angle.
Arguments
- Image
- Real, x coordinate of the rotation center
- Real, y coordinate of the rotation center
- Real, rotation angle
- String, interpolation method, 'nearest' or 'bilinear
Output
Image, resulting image
Examples