Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've got a file that my phone camera adds this into the EXIF data for:-
Orientation : Rotate 90 CW
Which kills the aspect ratio of imported canvases. Whoever coded the EXIF parser bit of your file loader to support Rotation, forgot to swap the X and Y numbers as well, so it's causing things to get squished.
I put the full files above here for you: http://chrisdrake.com/bug/
The file that breaks the canvas is named 20201116_171618(1).jpg
Sample - BROKEN: (Has "Orientation : Rotate 90 CW" in the EXIF Metadata)
Sample: WORKING (No Rotate EXIF Metadata):
Screencast:
Solved! Go to Solution.