Rotate[]

✅ Works in Interactive Notebook

Category: Process.

Rotate an image

Syntax

Rotate[90]

Arguments

Examples

The following example loads an image, rotates it by 90 degrees, and displays it.

Load["./cats.jpeg"]
Rotate[90]
Show[]

Rotate code example

See Also

Made with ❤️ by capjamesg