rotateImage

Rotate the picture by the specified angle from the specified center.

@safe
rotateImage
(
int Type = WithoutParallel
)

Parameters

image Image

The picture to be rotated.

angle float

Angle of rotation.

center Vecf

Center of rotation. (If the vector is empty (non-zero vecfNan), then the center is determined automatically).

Meta