Skip to main content

Rotate image 90 degrees right (:turn_right)

Declaration

img = img:turn_right()

Returns

  • img
    Image object. Returns the image object itself

Description

Rotate the image 90 degrees to the right
Mutates the image in-place
Performance: no data copy during operation