将 Xlib 窗口保存到 eps 文件

发布于 2024-10-01 05:04:56 字数 35 浏览 5 评论 0原文

是否可以捕获 xlib 窗口并将其保存到 eps 文件?

Is it possible to capture a xlib window and save it to an eps file?

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

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

发布评论

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

评论(1

娜些时光,永不杰束 2024-10-08 05:04:56

使用任何屏幕截图机制(GNOME 有一个内置热键来启动 http://en.wikipedia.org例如 /wiki/Gnome-screenshot 但有很多方法)来获取 PNG 或其他位图文件。

然后只需在命令行上使用“convert”或使用 GIMP 等应用程序即可转换为 eps。
从命令行:

 convert screenshot.png screenshot.eps

Use any screenshot mechanism (GNOME has a hotkey built-in to launch http://en.wikipedia.org/wiki/Gnome-screenshot for example but there are ton of ways) to get a PNG or other bitmap file.

Then just use "convert" on the command line or an app such as GIMP to convert to eps.
From the command line:

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