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 iOS are not rotated in image uploader #33

Open dbeuchler opened 7 years ago

dbeuchler commented 7 years ago

Regarding to #28, images have to be rotated temporary on client as well.

Toxantron commented 7 years ago

This iOS issue is really annoying...

dbeuchler commented 7 years ago

I called it iOS because the Guest will Upload the images by the phone. It isnt really an pure iOS thing. Images of the most cameras are also not changed.

Toxantron commented 7 years ago

Huh, I did not know that.

JimBobSquarePants commented 7 years ago

AutoRotate in ImageSharp should help.

Toxantron commented 7 years ago

@JimBobSquarePants should have linked this earlier. Because this was our fix.

Right now only the JS code is missing to rotate the web preview.