List Info

Thread: Desktop Screen shot




Desktop Screen shot
country flaguser name
United States
2007-03-09 08:51:15
Is anyone able to recommend an app to take a desktop screen

shot?
Not one tied to any specific desktop environment.

			Thanks
			Sean
-- 
gentoo-desktopgentoo.org mailing list


Re: Desktop Screen shot
country flaguser name
United States
2007-03-09 09:43:38
If you don't want to install any special programs, xwd(1)
which comes with X 
is pretty good.  Its output is an X Window Dump (xwd).  You
can convert an X 
Window Dump to a PNG with ImageMagick's convert(1) program. 
You can pipeline 
the two commands together, but here is a simple two step
example.
UNIX>  xwd -root > display.xwd
UNIX>  convert display.xwd display.png

If you need something a bit more flashy, GIMP seems to be
the most popular.

Brian

On Friday 09 March 2007 9:51 am, Sean wrote:
> Is anyone able to recommend an app to take a desktop
screen
> shot?
> Not one tied to any specific desktop environment.
>
> 			Thanks
> 			Sean
Re: Desktop Screen shot
user name
2007-03-09 09:43:55
Sorry nothing I can reccommend but here are some articles with suggestions:

http://www.linux.com/article.pl?sid=06/10/12/1843204

http://www.troubleshooters.com/linux/scrshot.htm

http://www.netscape.com/viewstory/2006/08/16/how-to-take-a-screenshot-in-linux/?url=http%3A%2F%2Ftips.webdesign10.com%2Fhow-to-take-a-screenshot-on-ubuntu-linux&frame=true
--
In the future, it will be said that "America is really good at only 3 things: Music, Software and Pizza Delivery", (Snow Crash, ~p20).
Re: Desktop Screen shot
country flaguser name
Canada
2007-03-09 09:55:23
070309 Sean wrote:
> Is anyone able to recommend an app to take a desktop
screen shot?
> Not one tied to any specific desktop environment.

My notes have :

  Imagemagick 'import' ;
  Gimp : File > Acquire > Screenshot ;
  Xorg : xwd (make) xwud (display) : G : man ;
  map 'import -window root ~/snap/snap`date +%s`.jpg' to
Printscreen key .

The Xorg items are Gentoo pkgs, which I don't have
installed.

On my normal KDE desktop, I use Ksnapshot;
at the moment, I'm playing with Xfce 4.4 , which ought to
have its own app,
but I'm not sure what it is: does anyone know ?

-- 
========================,,==================================
==========
SUPPORT     ___________//___,  Philip Webb : purslowchass.utoronto.ca
ELECTRIC   /] [] [] [] [] []|  Centre for Urban &
Community Studies
TRANSIT    `-O----------O---'  University of Toronto
-- 
gentoo-desktopgentoo.org mailing list


Re: Desktop Screen shot
country flaguser name
United States
2007-03-09 09:59:47
On Fri, Mar 09, 2007 at 09:51:15AM -0500, Penguin Lover Sean
squawked:
> Is anyone able to recommend an app to take a desktop
screen 
> shot?
> Not one tied to any specific desktop environment.

Two off the top of my head:

1. the 'import' command from imagemagick. 
2. the 'xwd' program

Depends on your needs, either of the two might be better:

the 'import' command allows you to specify the output file
format,
whereas 'xwd' dumps the image to some X-specific format
(that you have
to later convert using imagemagick or something else), so on
the one
hand, 'import' can be simpler to use. 

on the other hand, 'xwd' is quicker (in my experience) at
dumping the
picture, since (I think) that it just pane-copies the
drawable without
interpreting/converting it. 'import' always seems to have a
delay that
feels about 0.5~1 sec. 

For myself, I bind 'import' to interactive taking of
screenshots, and
use 'xwd' for automated processes, such as creation of
on-the-fly
miniature icons for the windows, where I dump first, and
then call
imagemagick in the background to convert the result.

HTH

W
-- 
Four can study together, if three of them are dea...
    ~Daniel Jonathan Peng
Sortir en Pantoufles: up 91 days, 14:02
-- 
gentoo-desktopgentoo.org mailing list


Re: Desktop Screen shot
country flaguser name
United States
2007-03-09 10:07:29
On Fri, Mar 09, 2007 at 10:43:38AM -0500, Penguin Lover
Brian Micek squawked:
> If you don't want to install any special programs,
xwd(1) which comes with X 
> is pretty good.  Its output is an X Window Dump (xwd). 
You can convert an X 
> Window Dump to a PNG with ImageMagick's convert(1)
program.  You can pipeline 
> the two commands together, but here is a simple two
step example.

small addendum: for modular X, xwd is a separate package
called xwd,
you might need to emerge it before you can use it. 

W
-- 
Dave Chen: Will, stop. You've already lost one foot, there's
no point 
   for fifty more...
~After I fell off my bike, sprang my ankle, and insisted I
can get 
 back to my dorm which is fifty feet away.
Sortir en Pantoufles: up 91 days, 14:25
-- 
gentoo-desktopgentoo.org mailing list


Re: Desktop Screen shot
country flaguser name
United States
2007-03-09 12:04:04
Thanks All.

Had Gimp in place, so I just used that.

-- 
gentoo-desktopgentoo.org mailing list


[1-7]

about | contact  Other archives ( Real Estate discussion Medical topics )