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

Filechooser ios: Image lacks EXIF data and is not orientated correctly #815

Open
QuantumEntangledAndy opened this issue Aug 30, 2024 · 0 comments

Comments

@QuantumEntangledAndy
Copy link

The filechooser on ios return a path to a png

path = native_image_picker.writeToPNG_(frozen_dict)

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?

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

No branches or pull requests

1 participant