1833780 Members
2311 Online
110063 Solutions
New Discussion

Screen Captures

 
Mike_112
Advisor

Screen Captures

I am running HP-UX 11.0 I need to get some screec captures. My old 10.2 box had another capture utility that allowed me to save as a tiff file. Does anyone know how I can get screen captures other than xwd? I can't find the other utility on this box.
5 REPLIES 5
Anthony Goonetilleke
Esteemed Contributor

Re: Screen Captures

Try the following

http://hpux.cs.utah.edu/hppd/hpux/X11/Graphics/xgrabsc-2.4beta/

its quite good
Minimum effort maximum output!
Andreas Voss
Honored Contributor

Re: Screen Captures

Hi,

there's also a fine tool called xv which can handle a lot of bitmap types.
Look at
http://hpux.cs.utah.edu/hppd/hpux/X11/Viewers/xv-3.10a/

Good luck

Andrew
Venu_2
Regular Advisor

Re: Screen Captures

Hi,

Pl try

script FILENAME
|
file name to which the screen contents
have to be captured

regards

venu
Mike_112
Advisor

Re: Screen Captures

Pl try

script FILENAME
|
file name to which the screen contents
have to be captured

regards

venu

Hi Venu, could you explain this for me please? I don't uinderstand waht you are trying to tell me.
Francois Laupretre
New Member

Re: Screen Captures


- for an interactive and graphical manipulation of images, capture, and save to files, use xv (everything available from http://www.trilon.com/xv/). Very good software for image capture, manipulation, and conversion between different formats (especially to postscript for printing).

- If you want a line command for capturing windows and converting them to differents formats, use the 'import' command from a package called 'ImageMagick' (informations and software available from http://www.wizards.dupont.com/cristy/ImageMagick.html). This pacakge allows you to choose the window to capture, either by pointing to it with the mouse, either by window ID, and still many features.