Hi there!
I'm working on web image gallery in Processing in JavaScript mode. Currently I've noticed that Processing ignores the orientation of jpegs. When I display photos in system file browser (Dolphin) or any image browser they are rotated depending on the EXIF data. However - Processing seems to neglect thie orientation.
Is there any way to force Processing to use good orientation? Or to easilly read the appropriate EXIF tag? Note that I can't use plain Java libraries like imaging.
Thank you in advance for any hint!
1