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

loadImage ignores JPEG Orientation Metadata #947

Open
tady159 opened this issue Feb 14, 2025 · 1 comment
Open

loadImage ignores JPEG Orientation Metadata #947

tady159 opened this issue Feb 14, 2025 · 1 comment
Labels
bug Something isn't working core help wanted Extra attention is needed

Comments

@tady159
Copy link

tady159 commented Feb 14, 2025

When using loadImage to load a JPEG image with orientation metadata, Processing seems to ignore it and renders the image in the wrong orientation. In my specific case, the image is showing upside down.
I'm attaching a sample JPEG image with such attribute that is loaded upside down.

Image

@Stefterv Stefterv added bug Something isn't working help wanted Extra attention is needed core labels Feb 15, 2025
@Stefterv
Copy link
Collaborator

Hi @tady159! Thank you for the heads up, I looked into it a little bit and this is not included in the Java image loading system that we use. Further research would be needed to see if we'd want to include it as a fix on top

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants