Actions
Bug #8361
closedImage orientation is skipped if client side resizing is skipped
Description
If an image doesn't need to be resized it won't be drawn to a canvas and thus won't be resized. This causes orientation to be skipped. So we either need to always resample client side or server side needs to handle orientation. If server side orientation is applied the EXIF will need to be updated with new orientation otherwise browser img tags will rotate it again.
Updated by krileon almost 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1628
Makes client side aware of Always Resample param. If enabled it will cause client side resizing to always resample the image.
Actions