Rotate filter

The Rotate Canvas lets us rotate the entire contents of the image by:
Rotate 90o
Rotate 180o
Rotate 270o
The rotate filters make use of algorithms in most cases for enabling the rotation. Three kinds of rotation is possible, wherein the pixels are displaced in a defined space. For the 90o & 270o, the image width and height are interchanged. The image is kept the same in all the cases. By default this image filter module rotates the images by 180o.

Input : Image
Output: Rotated image