【发布时间】:2011-11-11 10:26:19
【问题描述】:
我只是使用 AssetsLibrary 框架从照片中加载图像。
[UIImage imageWithCGImage:[asset defaultRepresentation].fullScreenImage scale:1.0 orientation:(UIImageOrientation)[asset defaultRepresentation].orientation];
拍摄一张照片大约需要 0.5~0.6 秒。而且照片不是那么大(约700*900)。
我是否以错误的方式使用该方法?并且可以优化吗? (我要这个尺寸的照片,不要缩略图)
非常感谢!
【问题讨论】:
标签: iphone ios photo assetslibrary