开发者

Save Xlib window to eps file

开发者 https://www.devze.com 2023-01-23 17:53 出处:网络
Is it possible to capture a xl开发者_开发技巧ib window and save it to an eps file?Use any screenshot mechanism (GNOME has a hotkey built-in to launch http://en.wikipedia.org/wiki/Gnome-screenshot for

Is it possible to capture a xl开发者_开发技巧ib window and save it to an eps file?


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
0

精彩评论

暂无评论...
验证码 换一张
取 消