Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the sign of the angle in image.rotate() method #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 28, 2023

  1. Fixed the sign of the angle in image.rotate() method

    The image.rotate() method used in Operations.py was using a positive angle for performing clockwise rotation and a negative angle for anticlockwise rotation, which was opposite with the behavior of the image.rotate() function that is when this function is given positive angle of rotation then it rotates in anticlockwise direction and for negative angle of rotation it rotates in clockwise direction. This commit corrects the sign of the angle of rotation provided inside the image.rotate() method to ensure the rotation is performed correctly according to the desired clockwise and anticlockwise directions.
    itstechaj committed May 28, 2023
    Configuration menu
    Copy the full SHA
    0a5846d View commit details
    Browse the repository at this point in the history