Rotates an image by a given angle.
ImageRotate[image]
ImageRotate[image, θ]
ImageRotate[image, {θ, w}]
ImageRotate[image, …, size]
ImageRotate[video, …]
ImageDimensions[ImageRotate[Image[{{0.1, 0.2, 0.3}, {0.4, 0.5, 0.6}}], Pi/2]]
→ {2, 3}ImageDimensions[ImageRotate[Image[{{0.1, 0.2, 0.3}, {0.4, 0.5, 0.6}}], Left]]
→ {2, 3}ImageDimensions[ImageRotate[Image[{{0.1, 0.2, 0.3}, {0.4, 0.5, 0.6}}], Top]]
→ {3, 2}ImageRotate[Image[{{0.}}], x]
→
ImageRotate::imgang: Angle x should be a real number; one of Top, Bottom, Left or Right; or a rule from one to another.
ImageRotate[-Image-, x]- Background — default 0
- Masking — default All
- Padding — default 0
- Resampling — default Automatic