iOS 竖着拍的图片上传之后被旋转了90° 然后我加了 imageMogr/auto-orient
http://7xs0qz.com1.z0.glb.clouddn.com/000000FFPost692016052711243774?imageMogr/auto-orient&imageView2/1/w/414/h/309
返回的图片还是竖着的啊 请问怎么解决,谢谢
大家讲道理2017-04-18 09:06:12
这个问题跟七牛没关系,建议你看一下 UIImage 的 imageOrientation 属性。
加了 imageMogr/auto-orient 后返回的是竖着的图片,也就是说是正常的结果,还有什么问题需要解决吗?如果你是想做到竖着拍的图片传上去之后也是竖着的,不需要 auto-orient 也能返回竖着的图片的话,可以在上传图片之前,对 image 的 orientation 做修正,这里有很多示例代码:http://stackoverflow.com/questions/8915630/ios-uiimageview-how-to-handle-uiimage-image-orientation