topcss / my-notes

https://github.com/topcss/my-notes/issues/new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iphone 上传图片会旋转的问题

topcss opened this issue · comments

commented

iOS下,html方式使用上传图片,图片会被旋转。

遇到这个问题js是无法解决的,html也没有相应的解决方案。

只能放到后台去处理,将旋转的图片再旋转回来。

iOS拍摄的图片提供了EXIF信息,Orientation值为6即顺时针90度,有了这个信息我们只需要逆时针旋转90度即可。

Orientation旋转角度1:0°,6:顺时针90°, 8:逆时针90°,3:180°