I have been running into the problem of dealing with iOS shot photos being uploaded and displayed with the incorrect orientaiton due to the browser not being able to detect that exif metadata from the picture when it renders it as part of an HTML field. The only browser that can do this correctly at the moment is Safari on iOS. I then stumbled upon this very small module: EXIF Orientation. This module works great, but it seems to me that this should be incorporated into the basic function of the image module in core. I'd be happy to submit a patch.
Firefox has a CSS attribute to handle this directly, but no other browser has adopted it. It seems like an ideal thing for a content management system to just manage and handle for you.
Comments
Comment #1
joachim commentedWe're not taking feature requests for Image module -- there is no new development here now image is in core. Try Media module maybe?