Is it possible to capture a xlib window and save it to an eps file?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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:
|
|||
|
|