LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-03-2004, 01:28 PM   #1
krajzega
Member
 
Registered: Jan 2004
Location: Poland
Distribution: FreeBSD 5.1
Posts: 92

Rep: Reputation: 15
Application similiar to ksnapshot (making screenshots)


Does anybody know any application similiar to ksnaphot, where I can make a screenshot using a console command (or how to make it with ksnapshot, --help doesnt say anything like that) ? If you know, please reply this thread, it's very important for me.
 
Old 04-03-2004, 01:40 PM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
With ksnapshot, click ksnapshot and the dialogue window opens with a thumbnail of the desktop. Change your options and click 'save as'. Then call your snapshot something and save it.
 
Old 04-03-2004, 02:17 PM   #3
krajzega
Member
 
Registered: Jan 2004
Location: Poland
Distribution: FreeBSD 5.1
Posts: 92

Original Poster
Rep: Reputation: 15
I said that I want an application, which can make a snapshot by a console command.
 
Old 04-03-2004, 02:33 PM   #4
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
few examples http://sps.nus.edu.sg/~marimuth/linu...n_capture.html without ksnapshot
 
Old 04-03-2004, 02:35 PM   #5
nightjar
Member
 
Registered: May 2002
Location: Argentina
Distribution: Mandrake 9.2
Posts: 177

Rep: Reputation: 30
what's it mean?
you can run ksnapshot from a terminal typing # ksnapshot

I dont understand ur request
 
Old 04-03-2004, 03:08 PM   #6
krajzega
Member
 
Registered: Jan 2004
Location: Poland
Distribution: FreeBSD 5.1
Posts: 92

Original Poster
Rep: Reputation: 15
I want to make screenshot using console command, not run an application
 
Old 04-03-2004, 04:27 PM   #7
nightjar
Member
 
Registered: May 2002
Location: Argentina
Distribution: Mandrake 9.2
Posts: 177

Rep: Reputation: 30
Are you talking about a command that majke an snapshot?

I never hear about it
 
Old 04-03-2004, 04:49 PM   #8
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
follow the link i posted above, lots of people for those you don't know don't have/use gimp or kde or gnome, but they do take screenshots with other graphic programs or from the command line...
 
Old 04-04-2004, 04:51 AM   #9
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
AFAUK, there aren't any command line screenshot programs (unless you count running the gui snapshot program via the command line). I would say that reason for this is that it was never considered a necessary function - why take a screenshot of the command line when copy/paste would work.

Screenshots are more likely to be a gui function. Maybe is you explained why you need to do it this way, we could provide more meaningful answers.
 
Old 04-09-2004, 02:39 AM   #10
grimthingcom
LQ Newbie
 
Registered: Apr 2004
Distribution: Debian
Posts: 3

Rep: Reputation: 0
This is ignorance...

Quote:
Originally posted by XavierP
AFAUK, there aren't any command line screenshot programs (unless you count running the gui snapshot program via the command line). I would say that reason for this is that it was never considered a necessary function - why take a screenshot of the command line when copy/paste would work.

Screenshots are more likely to be a gui function. Maybe is you explained why you need to do it this way, we could provide more meaningful answers.
Check and see if you have ImageMagick installed. Quick way, from a terminal type
Code:
display -version
You should get something like the following:
Code:
Version: ImageMagick 5.5.7 12/23/03 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 2003 ImageMagick Studio LLC
If you do, you're all set.

From the terminal, type
Code:
import -window root screenshot.png
That will drop screenshot.png into the current directory.

If you don't have ImageMagick installed, and don't want to go through the hassle of installing it, use xwd. Xwd(X Window Dump) is a part of XFree86, so if you have GUI, you have xwd. From a terminal type
Code:
xwd -root -out screen.dmp
That'll drop screen.dmp into the current directory. Just open screen.dmp in the Gimp, or Xpaint and save out to your desired format/resolution.
 
Old 04-09-2004, 02:51 AM   #11
mikshaw
LQ Addict
 
Registered: Dec 2003
Location: Maine, USA
Distribution: Slackware/SuSE/DSL
Posts: 1,320

Rep: Reputation: 45
There's also fbdump if what you're looking for requires being in console
 
Old 04-09-2004, 12:12 PM   #12
tearinox
Member
 
Registered: Aug 2003
Location: you dont want to know
Distribution: Gentoo 2004.2, Slackware 10, Windows XP, Windows 2003 Server
Posts: 348

Rep: Reputation: 30
i can see where this is useful. All you have to do now is bind it to a button (like Print Screen) and walla, you've got a great tool by your side.
 
Old 04-09-2004, 12:18 PM   #13
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Quote:
Originally posted by grimthingcom
This is ignorance...
Thanks for that.

However, quite apart from the fact that I said "as far as I know", I still can't see the need to take a snaphot of the command line.
 
Old 04-09-2004, 01:11 PM   #14
mikshaw
LQ Addict
 
Registered: Dec 2003
Location: Maine, USA
Distribution: Slackware/SuSE/DSL
Posts: 1,320

Rep: Reputation: 45
Quote:
Originally posted by XavierP
Thanks for that.

However, quite apart from the fact that I said "as far as I know", I still can't see the need to take a snaphot of the command line.
I think you misread....he's looking for a way to take a snapshot _from_ a commandline, not _of_ a commandline. This saves having to first open an GUI application and then take a snapshot from that application (2 steps) when instead you can enter a single command or press a key to take a snapshot automatically (1 step).
 
Old 04-09-2004, 01:16 PM   #15
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Aaah, now I get it.

Why not just create a keyboard binding, so that with a couple of keypresses, ksnaphot (or whatever) opens?

Because the 2 steps are still there - open a console and then type in whatever is needed. In fact, that's several keypresses. Using ksnapshot as an example: click the K, hover over Graphics, hover over More Programs (on my box) and click ksnapshot. Then click the relevant button.

Or am I splitting hairs?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Making an application against different system libraries davidkline Linux - Newbie 1 11-01-2005 01:08 PM
Application to do screenshots xpucto Linux - Software 8 10-20-2005 10:24 AM
Making a wine application run deamonized? jon_k Linux - Software 1 06-01-2005 04:57 AM
ksnapshot won't print and save tiang_ono Linux - Newbie 1 05-13-2004 12:13 AM
What is that application launcher dockapp in all the new Fluxbox screenshots? Locura Linux - Software 9 09-30-2003 03:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration