gpt4 book ai didi

iphone - UIGraphicsGetImageFromCurrentImageContext() 视网膜分辨率?

转载 作者:行者123 更新时间:2023-12-03 18:14:11 26 4
gpt4 key购买 nike

我正在拍摄屏幕照片并使用 UIGraphicsGetImageFromCurrentImageContext() 对其进行操作。一切都运转良好。然而,在 iPhone 4 上,分辨率看起来相当糟糕,因为它使用的图像似乎是标准分辨率,而不是 @2x。有什么方法可以提高生成图像的分辨率吗?

UIGraphicsBeginImageContext(self.view.bounds.size);
[self.view.layer renderInContext:UIGraphicsGetCurrentContext()];
UIImage *image = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();

最佳答案

您应该使用UIGraphicsBeginImageContextWithOptions,它允许您设置比例因子。使用 0.0f 的比例因子来使用设备的比例因子。

关于iphone - UIGraphicsGetImageFromCurrentImageContext() 视网膜分辨率?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4965036/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com