【发布时间】:2012-07-07 04:06:38
【问题描述】:
我从一个包含 jpg 图像的网络中解析了数据。问题是图像在视网膜显示器上看起来模糊/像素化。有什么解决办法吗?谢谢。
NSData *data = [NSData dataWithContentsOfURL:linkUrl];
UIImage *img = [[UIImage alloc] initWithData:data];
// detailViewController.faces.contentScaleFactor=[UIScreen mainScreen].scale;//Attampt to solve the problem
detailViewController.faces.image=img;
【问题讨论】:
标签: iphone image retina-display pixelate