Skip to content

Conversation

@var-nan
Copy link

@var-nan var-nan commented May 25, 2021

PIL.ImageOps.exif_transpose() is raising exception. it is mentioned in #1 . Until it is fixed, the user-defined function is used in exception block.
PIL.ImageOps.exif_transpose() in try block is erasing the orientation parameter of the image internally before raising exception. So a new instance of the image is created in the exception block to get the orientation parameter and transpose is performed with the user-defined function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants