Actions
Bug #7154
closediPhone EXIF orientation with client side resizing doesn't reliably work
Description
Some photos appear to have the wrong orientation when using client side resizing. Photos from Android devices appear working fine and appears to primarily impact large photos from iPhone. Disabling client side resizing will work around the issue, but could result in a user easily exhausting several MBs of data to upload 1 large photo.
Updated by krileon over 6 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
The orientation has to be done in its own pass before any resizing or cropping is attempted otherwise it messes with the height/width calculations causing blank spacing in the image.
Actions