PartyWifi / PartyWifi.Server

This is the central server of the PartyWifi ecosystem.
GNU General Public License v3.0
2 stars 1 forks source link

Rotated images on mobile are not rotated on partywifi #28

Closed dbeuchler closed 7 years ago

Toxantron commented 7 years ago

That is an issue with iOS, not PartyWifi. Remember, the same happens at work with iPhone images.

The problem is that iOS does not alter the image, but instead saves the rotation in some file or database.

dbeuchler commented 7 years ago

We have to read the exif data and rotate on server, http://stackoverflow.com/questions/22308921/fix-ios-picture-orientation-after-upload-php