标签: ios image load thumbnails alasset
我尝试从CGImage类获取缩略图ALAsset,但它只返回iPhone4上的120x90像素图像,这看起来非常糟糕。有没有办法获得更大的缩略图(比如320x320或640x640)?
CGImage
ALAsset
我想快速加载缩略图,因为全尺寸图片需要0.5到0.9秒才能加载到我的iPhone4上。
是否有解决方案和示例代码?
答案 0 :(得分:2)
使用fullScreenImage中的ALAssetRepresentation选项。
fullScreenImage
ALAssetRepresentation