标签: ios4
在预览中叠加图像被认为是可能和直截了当的。
但是将覆盖图与捕获的图像一起保存的正确方法是什么?
感谢。
答案 0 :(得分:1)
您需要从相机中拍摄捕获的图像,然后使用叠加层构建新的UIImage。这些SO帖子应该提供制作新图像所需的内容。
Create a UIImage from two other UIImages on the iPhone
blend two uiimages
Merge two UIImages.