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.
Actions