如何用另一个 UIImage 擦除 UIImage 的一部分
我发布了这个问题,但尚未找到解决方案。
我想知道是否有办法使用 UIImage
删除另一个 UIImage
的一部分
我会使用 UIImage
来“掩盖”这个丑陋的黑色背景以使其透明颜色。
也许使用 CGContextAddPath ,但我不知道如何使用它...
问候,
KL94
I posted that question and I have not yet found a solution.
I was wondering if there is a way to use an UIImage
to delete a part of an other UIImage
I would use an UIImage
to 'mask' this ugly black background to let a transparency color.
Maybe with CGContextAddPath
but I don't know how to use it...
Regards,
KL94
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单的解决方案
但是你最好将图像保存为透明图像。(如PNG)
Simple solution
But you better save image as transparent.(Like PNG)