Function: rotate_image
DOC_MSE_VERSION: since 0.3.9, called rotate until 2.0.2
--Usage--
> rotate_image(input: image, angle: some_number)
Rotate an image. The image can become larger to accomodate the rotated bounding box.
--Parameters--
! Parameter Type Description
| @input@ [[type:image]] Image to rotate.
| @angle@ [[type:double]] Angle to rotate by, in degrees counter clockwise.
--Examples--
> rotate_image("image_logo.png", angle:30) == [[Image]]
>>> rotate_image(
, angle:30) ==
--See also--
| [[fun:flip_horizontal]] Flip an image horizontally
| [[fun:flip_vertical]] Flip an image vertically