将 an 的大小调整为特定尺寸,而不会损失其在 iphone 中的质量

发布于 2024-11-05 03:01:33 字数 47 浏览 0 评论 0原文

我想将图像大小调整为特定的宽度和高度,而不损失其在 iPhone 中的图像质量。

I want to resize an image to a particular width and height without losing its image quality in iphone.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

明天过后 2024-11-12 03:01:33

调整包含图像的图像视图的框架大小。图像不会改变,但会变小。这样,您就可以在旧版 iPhone 屏幕和 Retina 显示屏上使用相同的图像。

如果您想调整图像大小(以便占用更少的存储空间),您总是会损失质量。

Resize the frame of the image view that contains the image. The image won't change, but it will get smaller. This way you can use the same image for older iPhone screens and Retina Display screens.

If you want to resize the image (so that it takes up less storage space) you'll always lose quality.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文