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

Fix Exif orientation unwinding #596

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    8fb0458 View commit details
    Browse the repository at this point in the history
  2. Invert the rotation angle applied to the image so that the resulting …

    …image represents 0 rotation
    
    When converting degrees to radians we want to reverse the degrees calculated
    from the image orientation as they represent the current transformation that is
    baked into the image. When applying the inverse transform, we will receive an
    image that represents UIImageOrientationUp
    AlexQuinlivan committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    6bbf499 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Manually set graphics image renderer size due to floating point round…

    …ing behaving incorrectly after transform applied
    AlexQuinlivan committed May 24, 2021
    Configuration menu
    Copy the full SHA
    0171b2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b1b06a View commit details
    Browse the repository at this point in the history