如何捕获图像中可执行文件的输出?

发布于 2024-07-10 00:18:38 字数 107 浏览 7 评论 0原文

我想将 exe 文件的输出捕获为 png 或 jpg 图像,我的意思是该 exe 的显示。 Windows 上是否有任何命令可以捕获并保存为 exe 输出的图像,或者我可以执行此操作的任何其他想法。

I want to capture the output of an exe file as an png or jpg image, i mean the display of that exe.
Is there any command on windows to capture and save as image of an exe output or any other idea that i can do this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

挖个坑埋了你 2024-07-17 00:18:38

总是有 Robot 类在爪哇。 这可能会有帮助。 查看 这个稍微相关的问题

There is always the Robot class in Java. That may be helpful. Check out this slightly related question.

↘人皮目录ツ 2024-07-17 00:18:38

Alt+PrtSc 组合键将拍摄当前窗口的快照并将其保存到剪贴板中。 然后,您可以将其粘贴到您选择的绘图程序中(如果没有其他可用的程序,MS Paint 也可以),并将其保存到磁盘。

The Alt+PrtSc key combination will take a snapshot of the current window and save it into the clipboard. Then you can paste it into your drawing program of choice (MS Paint will do if nothing else is available), and save it to disk.

鸩远一方 2024-07-17 00:18:38

Alt-PRTSC,然后打开图像编辑器并粘贴。

Alt-PRTSC, then open an image editor and paste.

月亮是我掰弯的 2024-07-17 00:18:38

按键盘上的 Alt + PrintScreen 组合将捕获活动的应用程序窗口并将其作为图像放在剪贴板上。 然后您可以将其粘贴到“画图”或任何其他应用程序中。

Pressing the Alt + PrintScreen combination on your keyboard will capture the active application window and put it as an image on the clipboard. You can then paste it into Paint or any other application.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文