You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: