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

Respect image orientation during resizing #2743

Open
ctsims opened this issue Feb 15, 2024 · 1 comment
Open

Respect image orientation during resizing #2743

ctsims opened this issue Feb 15, 2024 · 1 comment

Comments

@ctsims
Copy link
Member

ctsims commented Feb 15, 2024

When image resizing is used in captured images, EXIF Data is currently stripped. Since most Cameras in Android don't natively rotate the pixels in a photo, but rather set the orientation captured in EXIF, this means that resized images don't display in the same orientation as the original captured photo.

We should either pass-through some EXIF info during resizing, or read the orientation flag and manually rotate the captured image.

@ctsims
Copy link
Member Author

ctsims commented Feb 15, 2024

Other EXIF respect use case: #2689

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