在回答問題「Generating custom thumbnail from ALAssetRepresentation」 - 請參閱作者的blog post中描述了從ALAsset
生成縮略圖的便捷方式。從過濾應用的ALAsset獲取縮略圖的快速方法
我用這種方法唯一的問題是,它完全忽略了應用於圖像的所有濾鏡或紅眼去除效果(比如iOS 7 Photo app +任何「方形」濾鏡採用的效果)。
the code應如何調整以返回「過濾」縮略圖?
P.S.我知道我可以通過fullScreenImage
方法ALAssetRepresentation
獲得過濾圖像,但速度太慢,可能會導致「由於內存壓力而終止」錯誤。
您獲得的資產似乎是原始資產,其中包含一些關於修改的元數據。另請參閱:http://stackoverflow.com/questions/13305020/interpret-xmp-metadata-in-alassetrepresentation和http://stackoverflow.com/questions/11569137/how-do-you-get-the-cropped-version如果你想更容易地使用這個功能,我會建議提交一個雷達。 –