【发布时间】:2012-06-27 11:50:11
【问题描述】:
我正在使用此代码从视图中呈现图像。 然后我将它保存到相册。 图像模糊? 为什么?有解决办法吗?
UIGraphicsBeginImageContext(self.view.bounds.size);
[self.view.layer renderInContext:UIGraphicsGetCurrentContext()];
UIImage *viewImage = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
全部发送。
【问题讨论】:
标签: iphone save photolibrary blurry