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

JPEG Image embedding does not handle EXIF orientation marker #1353

Closed
shinmawa opened this issue Mar 17, 2022 · 1 comment
Closed

JPEG Image embedding does not handle EXIF orientation marker #1353

shinmawa opened this issue Mar 17, 2022 · 1 comment

Comments

@shinmawa
Copy link

Embedding a JPEG into a document does not recognize the EXIF "orientation" value, meaning that if an image is rotated (values 2-8 in the EXIF "orientation" field), the image will be improperly rotated and/or flipped in the resulting document.

I've included an example JPEG with the orientation flag set to 6 as well the resulting PDF document when embedded.

exampleRotatedImage
resultingPDFDocument.pdf

@liborm85
Copy link
Collaborator

liborm85 commented Nov 6, 2024

Fixed by #1482.

@liborm85 liborm85 closed this as completed Nov 6, 2024
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