[Linux-users] Command-line screenshots

2012-11-19 Thread Douglas Royds
Take a screenshot using `import` from ImageMagick: $ import screenshot.png --- Click on the window to screenshot $ import -window 0x121f2ef screenshot.png--- Specify the window $ import -window root screenshot.png --- The lot What's the current X

Re: [Linux-users] Command-line screenshots

2012-11-19 Thread Helmut Walle
xwd might be relevant in this context, too - should be part of any X Window installation. Kind regards, Helmut. On 20/11/2012, Douglas Royds douglas.ro...@taitradio.com wrote: Take a screenshot using `import` from ImageMagick: $ import screenshot.png --- Click on the