I have encountered a similar problem to others on SO regarding the orientation of UIImages taken using the iPad camera. Essentially, I am taking a UIImage using the camera on the iPad. When I then display it, it has rotated through 90 degrees.
从阅读其他问题和答案来看,我现在的理解是,照相带照相机时,它储存着一台EXIF标记,确定照片的方向。 这通常允许所有麦克风和西里望读到这一取向数据。 然而,我正在把我的图像储存在文件目录中,如NSData(通过UIImagePNGRepresentation进行转换,并在核心数据中拯救URL)。 我正开始这样做,正造成我失去从中取回的图象。
谁能想办法纠正这种情况?
思想、建议和观点都受到欢迎。
Many thanks