如何选择屏幕的某个区域并将其另存为 CGimage 或 CIImage?
我正在创建一个应用程序来捕获屏幕的一小部分区域并将其与保存到磁盘的图像库进行比较。几年前,我在 .net 中编写了一个类似的应用程序,并使用了 bitblt 和 WINAPI。性能确实很重要,如果它能对性能产生影响,我不介意深入研究 openGL。
I'm creating an application to capture a small area of the screen and compare it to a library of images saved to disk. I wrote a similar application a few years ago in .net and used bitblt and the WINAPI. Performance is really important and I don't mind delving into openGL if it would make a difference with performance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以使用这样的代码:
You could use some code like this: