iPhone:相机覆盖层,应捕获覆盖层内的部分图像预览
谁能建议我如何实现这一点
1)在相机模式下我将添加一个覆盖层(这部分是可以实现的) 2) 仅应捕获覆盖层内的图像,
请参考此图片
仅图像的黄色部分应捕获样本图像的一部分。 请帮助我,我对此很
陌生 安基特
can anybody suggest me how can I achieve this
1) in camera mode I 'll add an overlay (this part is achievable)
2) only the image inside that overlay should be captured
please refer this pic
only the part of image in yellow section of sample image should be captured.
Please help me on this I am pretty new to this
Regards
Ankit
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以简单地捕获整个图像,应用蒙版以丢弃您不需要的内容,然后保存/使用生成的图像。
要应用遮罩,请查看 http://iosdevelopertips.com /cocoa/how-to-mask-an-image.html。
You can simply capture the entire image, apply a mask to throw out what you don't want, and save/use the resulting image.
To apply a mask, have a look at http://iosdevelopertips.com/cocoa/how-to-mask-an-image.html.