在 Windows、Linux 或 Mac 上以编程方式捕获单独程序的窗口
有没有一种方法可以在 Windows、Linux 或 Mac 的任何语言中(我将使用最简单的任何操作系统)以编程方式对不同程序的窗口进行屏幕截图?
如有必要,还可以通过编程方式在屏幕上记录特定框。
Is there a way in any language for Windows, Linux or Mac (I'll use whatever OS is easiest) to programatically screen cap a different program's window?
Also programatically recording a specific box on the screen would be acceptable if necessary.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,在所有这些操作系统上通常都是可能的;当然,细节是特定于操作系统的,并且对于其中任何一个来说都不是微不足道的。所有操作系统都有商业或免费软件工具可以做到这一点。在 Linux 上,您可以仅使用 Xvidcap。
Yes, it's generally possible on all of those OSs; the details are OS-specific, of course, and it's not exactly trivial on any of them. There are commercial or freeware tools for all OSs that do it. On Linux, you could just use, for example, Xvidcap.