Rotate an image
Syntax
Rotate[90]
Arguments
angle
- The angle to rotate the image by, in degrees.
Examples
The following example loads an image, rotates it by 90 degrees, and displays it.
Load["./cats.jpeg"]
Rotate[90]
Show[]
Category: Process.
Rotate an image
Rotate[90]
angle
- The angle to rotate the image by, in degrees.The following example loads an image, rotates it by 90 degrees, and displays it.
Load["./cats.jpeg"]
Rotate[90]
Show[]
Made with ❤️ by capjamesg