UIImage 操作需要帮助
我有两个 UIImage 对象,如下所示:
image1:
image2:
我希望通过代码合并两个图像,这样我可以获得以下图像:
我在 iPhone 上的图形技能非常差...所以任何示例代码将不胜感激。
谢谢! 乔什
I have two UIImage objects as follow:
image1:
image2:
I wish to combine the two images via code so I can get the following image:
My graphics skills in iPhone are really poor... so any sample code will be greatly appreciated.
Thanks!
Josh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜您正在考虑将 mask 应用于图像,所以看看这里,希望它有帮助
I guess you are looking at applying a mask to an image, so take a look here, hope it helps