Skip to content

tadbeer/Rotate-Image-90Degree-Full

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rotate-Image-90Degree-Full

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:


alt text

Rotated Image:


alt text

About

Rotate an image by 90°.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages