ALAssetRepresentation fullResolutionImage的UIImageOrientation是错误的

时间:2010-09-06 02:02:10

标签: iphone cocoa-touch uiimage

我正在尝试使用ALAssetLibrary来获取Photos应用中的图片,但是最近我发现了一个问题,当我从ALAssetRepresentation获取CGImageRef时,UIImageOrientation是错误的(旋转90度),但是当我从中获取宽度和高度时CGImageRef,他们也错了,现在我怎么能得到正确的CGImageRef或使用CGImageRef创建一个正确的UIImage?

1 个答案:

答案 0 :(得分:3)

使用imageWithCGImage:scale:orientation:UIImage的方法。并传入ALAsset的ALAssetPropertyOrientation属性作为orientation参数。