You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works however this method strips the EXIF data. Without the EXIF data the image will likely be upside down since most pictures on ios are taken in landscape and then tagged with EXIF for the real orientation.
Can we change this method to something that either preserves the EXIF or applies the appropiate rotation before committing the png?
The text was updated successfully, but these errors were encountered:
The filechooser on ios return a path to a png
plyer/plyer/platforms/ios/filechooser.py
Line 76 in c9e73f3
This works however this method strips the EXIF data. Without the EXIF data the image will likely be upside down since most pictures on ios are taken in landscape and then tagged with EXIF for the real orientation.
Can we change this method to something that either preserves the EXIF or applies the appropiate rotation before committing the png?
The text was updated successfully, but these errors were encountered: