iPhone - UIImage 蒙版和 CopyImageAndAddAlphaChannel 函数
我正在尝试创建一个拼图游戏,我需要屏蔽 UIImages 以获得拼图碎片。
我不明白如何屏蔽 JPG 图片,因为据我所知它没有 Alpha 通道。谁能帮我解决这个问题吗? JPG 位于在线服务器上,无法将其下载为 PNG 格式。
还有一件事,我在苹果文档中找不到这个函数: “复制图像并添加Alpha通道”。它是否存在。我在一些论坛上找到了一些参考资料,但没有什么直接的。
多谢, 安德烈
I am trying to create a jigsaw puzzle and I need to mask the UIImages to obtain the puzzle pieces.
I don't understand how can I mask a JPG picture because as I understand it doesn't have an alpha channel. Can anyone help me with this?
The JPGs are on an online server and there is no way to download them as PNG.
And one more thing, I can’t find this function anywhere on the Apple documentation:
“CopyImageAndAddAlphaChannel”. Does it even exist. I found a few references on some forums but nothing strait forward.
Thanks a lot,
Andrei
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了答案。这是函数,它适用于没有 alpha 通道的 JPG 和 PNG(我已经测试过:)):
Found the answer. Here is the function, it works for JPG and PNG without alpha channel (I have tested it :)):