R/image_export.R
image_rotate_90.Rd
Rotate an image by 90 degrees
image_rotate_90(image, clockwise = TRUE)
An image list.
Logical, if TRUE (default) rotates clockwise, otherwise counter-clockwise.
TRUE
A new image list with width and height swapped.