Actions
Bug #6373
closedClient side resizing ignores EXIF orientation
Description
The EXIF data is not easily read from JS. It needs to be parsed by bytes and a specific byte looked for. This should be checked for if the image is a JPG. It then needs to be correctly orientated BEFORE any of the image processing code is done.
Actions