Rotates an image anticlockwise by 90°
fRotate90.py
Pass image read into an array in the 'fRoatate90' function. (openCV is used here; any other library like SKimage, Pillow can be used too)
User to enter the path of image to be rotated's file kept in the computer, in the format 'filename.jpg'/'filename.png' or any whichever image format the image is in.
(Saves the rotated image into the directory, with a user entered name.)
Input Image:
Rotated Image: