Gentoo Archives: gentoo-desktop

From: Brian Micek <bmicek@×××××××××.net>
To: gentoo-desktop@l.g.o
Subject: Re: [gentoo-desktop] Desktop Screen shot
Date: Fri, 09 Mar 2007 15:49:30
Message-Id: 200703091043.43365.bmicek@speakeasy.net
In Reply to: [gentoo-desktop] Desktop Screen shot by Sean
1 If you don't want to install any special programs, xwd(1) which comes with X
2 is pretty good. Its output is an X Window Dump (xwd). You can convert an X
3 Window Dump to a PNG with ImageMagick's convert(1) program. You can pipeline
4 the two commands together, but here is a simple two step example.
5 UNIX> xwd -root > display.xwd
6 UNIX> convert display.xwd display.png
7
8 If you need something a bit more flashy, GIMP seems to be the most popular.
9
10 Brian
11
12 On Friday 09 March 2007 9:51 am, Sean wrote:
13 > Is anyone able to recommend an app to take a desktop screen
14 > shot?
15 > Not one tied to any specific desktop environment.
16 >
17 > Thanks
18 > Sean

Replies

Subject Author
Re: [gentoo-desktop] Desktop Screen shot Willie Wong <wwong@×××××××××.EDU>