Skip to main content

Rotate image 90 degrees left (:turn_left)

Declaration

img = img:turn_left()

Returns

  • img
    Image object. Returns the image object itself

Description

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