在portrait_upside_down中采用的iOS UIImage具有错误的imageOrientation值

时间:2016-12-15 19:08:46

标签: ios uiimage orientation uiimageorientation

照片,使用iOS设备以纵向倒置模式拍摄,然后复制到Xcode项目。

let testImage = UIImage(named: "4.JPG")
print(testImage!.imageOrientation.rawValue)

UIImageOrientation值总是得到0(.up orientation),尽管它应该是.left。

我用EXIF观众重新检查图像 - 它应该是.left。任何想法为什么会发生这种情况?

Related question

0 个答案:

没有答案