How to make a screenshot?

2004-06-05 Thread epilogue

hello andrew,

 import /foopath/fooscreenshot.png
 man import  (handles various other formats too)

hope that this wasn't already suggested.


cheers,
epi
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to make a screenshot?

2004-06-05 Thread Stephen Liu
Hi Randy,

FreeBSD 5.2

vidcontrol -p  /dev/ttyv0  shot.scr

with the above command a file 'shot.scr' was created. 
 But I have no program to view it.

# pkg_info | grep scr2txt
# pkg_info | grep scr2png
# pkg_info | grep -w xv
all no printout

# cd /usr/ports
# make search name=scr2txt
Port:   scr2txt-1.1
Path:   /usr/ports/textproc/scr2txt
Info:   Converts the output of vidcontrol -p to text

# make search name=scr2png
Port:   scr2png-1.1_4
Path:   /usr/ports/graphics/scr2png
Info:   Converts the output of vidcontrol -p to PNG

# make search name=xv | grep -w xv
Port:   xv-3.10a_3
Path:   /usr/ports/graphics/xv

Kindly advise Whether I have to install either of the
above program to read shot.scr?

  The following command will dump contents of the
 fourth virtual
  terminal to the standard output in the human
 readable format:
 
vidcontrol -P  /dev/ttyv3

On KDE desktop Konsole window

# vidcontrol -P  /dev/ttyv3
no graphic image displayed
(tried both -P and -p)

Besides I have to 'su' to use 'vidcontrol'

B.R.
Stephen Liu


 The .scr images can be manipulated with
 textproc/scr2txt and
 graphics/scr2png.  The man pages for both describe
 their usage.
 
 These are the tools that are used to produce the
 screenshots of
 the console and Sysinstall in the Handbook.
 
 For screenshots in XFree86, I find that graphics/xv
 does the job
 quite nicely without a lot of fuss.
 
 Best regards,
 
 Randy

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to make a screenshot?

2004-06-05 Thread Randy Pratt
On Sat, 5 Jun 2004 17:22:50 +0800 (CST)
Stephen Liu [EMAIL PROTECTED] wrote:

 Hi Randy,
 
 FreeBSD 5.2
 
 vidcontrol -p  /dev/ttyv0  shot.scr
 
 with the above command a file 'shot.scr' was created. 
  But I have no program to view it.
 
 # pkg_info | grep scr2txt
 # pkg_info | grep scr2png
 # pkg_info | grep -w xv
 all no printout
 
 # cd /usr/ports
 # make search name=scr2txt
 Port:   scr2txt-1.1
 Path:   /usr/ports/textproc/scr2txt
 Info:   Converts the output of vidcontrol -p to text

The scr2txt is used to convert the console screenshot (.scr) to
plain text:

scr2txt  shot.scr  shot.txt

This works well for .scr that are text and can be viewed with any
text editor.

 # make search name=scr2png
 Port:   scr2png-1.1_4
 Path:   /usr/ports/graphics/scr2png
 Info:   Converts the output of vidcontrol -p to PNG

The scr2png is used to convert the console screenshot (.scr) to
a .png image:

scr2png  shot.scr  shot-1.png

The image (.png) can then be viewed with any image viewer.

 # make search name=xv | grep -w xv
 Port:   xv-3.10a_3
 Path:   /usr/ports/graphics/xv
 
 Kindly advise Whether I have to install either of the
 above program to read shot.scr?

Yes, the scr2png will probably suit your needs best if you want to
make screenshots of the console.

   The following command will dump contents of the
  fourth virtual
   terminal to the standard output in the human
  readable format:
  
 vidcontrol -P  /dev/ttyv3
 
 On KDE desktop Konsole window
 
 # vidcontrol -P  /dev/ttyv3
 no graphic image displayed
 (tried both -P and -p)
 
 Besides I have to 'su' to use 'vidcontrol'

Vidcontrol is used for taking console screenshots.  It will not
display them.  After processing with scr2png, then an image viewer
is needed to view them.

 B.R.
 Stephen Liu
 
 
  The .scr images can be manipulated with
  textproc/scr2txt and
  graphics/scr2png.  The man pages for both describe
  their usage.
  
  These are the tools that are used to produce the
  screenshots of
  the console and Sysinstall in the Handbook.
  
  For screenshots in XFree86, I find that graphics/xv
  does the job
  quite nicely without a lot of fuss.

Vidcontrol was suggested for screenshots of the console.  I'm not
aware of any method to use it to take screenshots in XFree86.  As
you can tell by this thread, there are plenty of options for
making screenshots while in X.  

Randy
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to make a screenshot?

2004-06-04 Thread Andrew L. Gould
How can I make a screenshot of what's on my monitor?  (I searched the
archives unsuccessfully for screenshot.)

I'm running FreeBSD 4.10.

Thanks,

Andrew
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: How to make a screenshot?

2004-06-04 Thread joel.criqui
If you use kde, there is an application called knsapshot. it allows to do screenshot 
and to save it in a jpg fromat


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Andrew L. Gould
Sent: 04 June 2004 17:23
To: [EMAIL PROTECTED]
Subject: How to make a screenshot?


How can I make a screenshot of what's on my monitor?  (I searched the
archives unsuccessfully for screenshot.)

I'm running FreeBSD 4.10.

Thanks,

Andrew
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to make a screenshot?

2004-06-04 Thread Chris
On Friday 04 June 2004 11:23 am, Andrew L. Gould wrote:
 How can I make a screenshot of what's on my monitor?  (I searched the
 archives unsuccessfully for screenshot.)

 I'm running FreeBSD 4.10.


Gimp and if you use KDE, KSnapshop



 Thanks,

 Andrew
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
Best regards,
Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to make a screenshot?

2004-06-04 Thread sigsegv
Andrew L. Gould wrote:
How can I make a screenshot of what's on my monitor?  (I searched the
archives unsuccessfully for screenshot.)
I'm running FreeBSD 4.10.
Thanks,
Andrew
Gimp is an image manipulation program similar to Photoshop or 
PaintShopPro, which can also grab screenshots etc. Run Gimp and then 
select File-Acquire-Screen_Shot. Assuming you're connected to the 
Internet, you can install Gimp via ftp:

$ su
Password:
athlon1000# pkg_add -r gimp
Fetching 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Latest/gimp.tbz...

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to make a screenshot?

2004-06-04 Thread Cordula's Web
  How can I make a screenshot of what's on my monitor?  (I searched the
  archives unsuccessfully for screenshot.)
 
 Gimp is an image manipulation program similar to Photoshop or 
 PaintShopPro, which can also grab screenshots etc. Run Gimp and then 
 select File-Acquire-Screen_Shot. Assuming you're connected to the 

Or just use xwd(1).

-- 
Cordula's Web. http://www.cordula.ws/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to make a screenshot?

2004-06-04 Thread Martin Hudec
Hello,
Andrew L. Gould wrote:
How can I make a screenshot of what's on my monitor?  (I searched the
archives unsuccessfully for screenshot.)
	Or what about ImageMagick? :) and its import utility? Maybe it is big 
weapon for something so small.. but ImageMagick is imho very useful 
piece of software to do some image manipulation stuff..

Cheers,
Martin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to make a screenshot?

2004-06-04 Thread Andrew L. Gould
On Fri,  4 Jun 2004 18:41:02 +0200 (CEST)
Cordula's Web [EMAIL PROTECTED] wrote:

   How can I make a screenshot of what's on my monitor?  (I searched
   the archives unsuccessfully for screenshot.)
  
  Gimp is an image manipulation program similar to Photoshop or 
  PaintShopPro, which can also grab screenshots etc. Run Gimp and then
  
  select File-Acquire-Screen_Shot. Assuming you're connected to the 
 
 Or just use xwd(1).
 
 -- 
 Cordula's Web. http://www.cordula.ws/

Thanks to all who replied.

I tried both gimp and ksnapshot from within xfce4.  (I have KDE
installed for Konqueror's webdav functionality.)  Both worked great.

I flubbed my first attempt with xwd -- I need to spend more time with
it's man page.

Thanks again,

Andrew Gould
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: How to make a screenshot?

2004-06-04 Thread JJB
DO any of the suggestions made so for work from the command line or
do they all just run under x?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Martin
Hudec
Sent: Friday, June 04, 2004 1:06 PM
To: Andrew L. Gould
Cc: [EMAIL PROTECTED]
Subject: Re: How to make a screenshot?

Hello,

Andrew L. Gould wrote:

 How can I make a screenshot of what's on my monitor?  (I searched
the
 archives unsuccessfully for screenshot.)

Or what about ImageMagick? :) and its import utility? Maybe
it is big
weapon for something so small.. but ImageMagick is imho very useful
piece of software to do some image manipulation stuff..


Cheers,

Martin

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to make a screenshot?

2004-06-04 Thread Michal Pasternak
Andrew L. Gould [Fri, Jun 04, 2004 at 12:17:10PM -0500]:
 
 I flubbed my first attempt with xwd -- I need to spend more time with
 it's man page.

Try:

xwd | xwdtopnm | pnmtojpeg   foo.jpg

... and xli (xloadimage) for lightweight image viewing program.

Gimp, ImageMagick, ksnapshot are too heavyweight IMO if you just want a
screenshot.
-- 
m


pgprFOoVKWgGO.pgp
Description: PGP signature


Re: How to make a screenshot?

2004-06-04 Thread Michal Pasternak
JJB [Fri, Jun 04, 2004 at 01:22:27PM -0400]:
 DO any of the suggestions made so for work from the command line or
 do they all just run under x?

screen has a hardcopy function (C-a h) and a log function (C-a H), if you
want to play with textmode.


pgpjHMgA7fFFm.pgp
Description: PGP signature


Re: How to make a screenshot?

2004-06-04 Thread Andrew L. Gould
On Fri, 4 Jun 2004 19:29:41 +0200
Michal Pasternak [EMAIL PROTECTED] wrote:

 Andrew L. Gould [Fri, Jun 04, 2004 at 12:17:10PM -0500]:
  
  I flubbed my first attempt with xwd -- I need to spend more time
  with it's man page.
 
 Try:
 
   xwd | xwdtopnm | pnmtojpeg   foo.jpg
 
 ... and xli (xloadimage) for lightweight image viewing program.
 
 Gimp, ImageMagick, ksnapshot are too heavyweight IMO if you just want
 a screenshot.
 -- 
 m
 

Today, getting it done for the first time, quickly, was the priority. 
The hardware had idle resources; I did not.

Tonight, the part of me that has always been fascinated by piping will
revisit the commands you provided above.

Thank you for your help,

Andrew

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to make a screenshot?

2004-06-04 Thread Stijn Hoop
On Fri, Jun 04, 2004 at 01:22:27PM -0400, JJB wrote:
 DO any of the suggestions made so for work from the command line or
 do they all just run under x?

If in X but you want a command line, install ImageMagick and use

$ convert X: screenshot.jpg

then point to the window you want a screenshot of. There's probably a
'window id' option if you want to fully automate this.

--Stijn

-- 
I wish there was a knob on the TV to turn up the intelligence.  There's a knob
called `brightness', but it doesn't work.
-- Gallagher


pgpwlFeWkHSSI.pgp
Description: PGP signature


Re: How to make a screenshot?

2004-06-04 Thread Randy Pratt
On Fri, 4 Jun 2004 11:23:13 -0500
Andrew L. Gould [EMAIL PROTECTED] wrote:

 How can I make a screenshot of what's on my monitor?  (I searched the
 archives unsuccessfully for screenshot.)
 
 I'm running FreeBSD 4.10.
 
 Thanks,
 
 Andrew

Everyone so far has mentioned mostly screenshots within XFree86 so
I'll mention a method for console mode.

From man vidcontrol:

 The following command will capture the contents of the first
 virtual terminal, and redirect the output to the shot.scr file:

   vidcontrol -p  /dev/ttyv0  shot.scr

 The following command will dump contents of the fourth virtual
 terminal to the standard output in the human readable format:

   vidcontrol -P  /dev/ttyv3

The .scr images can be manipulated with textproc/scr2txt and
graphics/scr2png.  The man pages for both describe their usage.

These are the tools that are used to produce the screenshots of
the console and Sysinstall in the Handbook.

For screenshots in XFree86, I find that graphics/xv does the job
quite nicely without a lot of fuss.

Best regards,

Randy

-- 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]