蒙版的图像格式

发布于 2024-11-27 07:53:03 字数 298 浏览 1 评论 0原文

可以使用什么格式来制作占用最少空间的掩模?我需要的只是 8 位 alpha 通道(没有颜色,没有其他任何东西)。我需要它用于 iPhone 应用程序,因此可以使用 UIImage 轻松打开的所有内容都很好(其中列表 此处)。

What format can be used to make masks that takes least space? what I need is only 8 bit alpha channel (no color and nothing else). I need it for an iPhone application so everything that can easily be opened with UIImage will be good (list of them here).

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

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

发布评论

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

评论(1

李不 2024-12-04 07:53:03

使用 png。编译 Xcode 时,会优化 png 在 iOS 上的性能以及与 UIImage 的使用,但它不会对其他格式执行相同的操作,导致除极端情况外任何外部优化都是徒劳的。

Use a png. When compiling Xcode optimizes pngs for performance on iOS and for using with UIImage whereas it does not do the same for other formats, rendering any external optimizations futile except for extreme circumstances.

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