Actions
Bug #7010
closedClient side resizing breaks orientation
Description
If an image contains EXIF data for orientation it will fail to orientate. There needs to be a way to pass the orientation to the client side resized file data or at least skip images with orientation.
Updated by krileon almost 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Client side resizing will now attempt to look for EXIF orientation for jpg and jpeg images (by extension). If found the image will be rotated before resized/cropped. This is skipped for all other photo types as the EXIF specification is for jpg and tiff images only (CB Gallery does not display tiff images as photos so it's ignored).
Actions