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.
Updated by krileon over 6 years ago
- Target version changed from CB 2.2 to CB 2.8
Updated by krileon over 6 years ago
- Status changed from Assigned to Resolved
- Target version changed from CB 2.8 to CB 2.3
- % Done changed from 0 to 100
Fixed in MR !1371
Actions