LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Screen Shots! (https://www.linuxquestions.org/questions/linux-newbie-8/screen-shots-266098/)

jimsproch 12-13-2004 08:09 PM

Screen Shots!
 
original post removed

nirvanix 12-13-2004 08:21 PM

Hi there,

If you're using KDE then just use ksnapshot.

perfect_circle 12-13-2004 08:26 PM

there is a program in KDE called KSnapshot.

also there is a command line tool called import. This is part of ImageMagick.

If ImageMagick is installed (usually it is by default)

The command :
Code:

import screen.jpg
will let you sellect with the mouse the part of the screen you want to capture.
If you don't want to use the mouse a command like:

Code:

import -window root screen.jpg
will capture the hole screen.See the man page for more info.

cs-cam 12-13-2004 08:27 PM

If you have imagemagick installed then you can use import.
Code:

# import -window root ~/screenshot.png

csfalcon 12-13-2004 09:51 PM

I was able to take screenshot by print screen in gnome.

2damncommon 12-13-2004 09:55 PM

Quote:

...on windows you just hit print screen, and it copies it into the buffer...
and then you...

scuzzman 12-13-2004 11:15 PM

KDE:
Hit Print screen
Go to your home direcroy using Konqueror
Go to Edit->Paste
select a filename ending in .jpg
done

trickykid 12-14-2004 07:29 AM

Gimp does it too... import works best though!


All times are GMT -5. The time now is 12:23 PM.