我正在预示一个混合图像,同时附上不同的UIImageView和IDLabels,以加快在大张桌上进行滚动。 不幸的是,与其它工匠相比,统一工薪制度的主要工作是看一看一.。
The black letters "PLoS ONE" are in a UILabel, and they look much blurrier than the words "Medical" or "Medicine". The logo "PLoS one" is probably similarly being blurred, but it s not as noticeable as the crisp text.
The entire magazine cover is a single UIImage assigned to a UIButton.
(source: karlbecker.com)
This is the code I m using to draw the image. The magazineView is a rectangle that s 125 x 151 pixels. I have tried different scaling qualities, but that has not changed anything. And it shouldn t, since the scaling shouldn t be different at all. The UIButton I m assigning this image to is the exact same size as the magazineView.
UIGraphicsBeginImageContextWithOptions(magazineView.bounds.size, NO, 0.0);
[magazineView.layer renderInContext:UIGraphicsGetCurrentContext()];
[coverImage release];
coverImage = UIGraphicsGetImageFromCurrentImageContext();
[coverImage retain];
UIGraphicsEndImageContext();
Any ideas why it s blurry?
当我开始一个形象环境,使之正确时,是否在哪怕是 p子上发生,或者我是否需要人工确定造成这种情况的发生地点?