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

Phone portrait mode photos are rotated by 90° #37

Open
gregorni opened this issue May 21, 2023 · 1 comment
Open

Phone portrait mode photos are rotated by 90° #37

gregorni opened this issue May 21, 2023 · 1 comment

Comments

@gregorni
Copy link

When converting images shot on a smartphone in portrait mode, the output is rotated anti-clockwise by 90°. This might have to do with the image metadata not being read properly, or at least not the part that tells that the image is rotated 90°.

This is the exact same issue as Talinx/jp2a#13

@TheZoraiz
Copy link
Owner

A lot of smartphones and devices save image orientation in the form of EXIF metadata, rather than manually rotating the image. Most image viewers are capable of reading EXIF metadata and rotate the image accordingly, but I didn't know of this phenomenon let alone consider it while developing this program lol.

I would like to put this on the back burner for now. Progress on this project has been slow as of late since I haven't found any time to work on it, but I plan to release an update some time later addressing major open issues.

For now, you can use tools such as GIMP to apply appropriate orientation on your images and export without EXIF data.

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

2 participants