The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM
Home Forums Register Rules & FAQ Members List Arcade Search Today's Posts Mark Forums Read


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!


Other UNIX.COM Threads You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
not able to capture STDOUT aks__ UNIX for Dummies Questions & Answers 5 04-25-2008 12:12 AM
how to capture my app starting up. parente Shell Programming and Scripting 1 01-04-2008 03:17 PM
capture the file name Mandab Shell Programming and Scripting 4 05-29-2007 07:22 AM
capture the ouput! azmathshaikh Shell Programming and Scripting 0 12-20-2005 03:23 AM
Red Hat - ouput capture juxtaman UNIX for Dummies Questions & Answers 3 04-10-2003 07:31 AM

Closed Thread
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-04-2003
merlin
 

Posts: n/a
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
screen capture

I was wondering is there something out there for Solaris 7 for screen capture?

Also it would really help if there was some software out there that can record whats happens on the screen for like 10 seconds or how ever long I need it to.

I did a search but doesn't seem to be alot out there.
Forum Sponsor
  #2 (permalink)  
Old 02-04-2003
Neo's Avatar
Neo Neo is offline
Administrator
 

Join Date: Sep 2000
Location: Asia Pacific
Posts: 3,955
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
XV

XV is a long established graphical tool that can do screen captures. XV works on Solaris.

Quote:
xv lets you do a large number of things (many of them actually useful), including, but not limited to, the following:

* display an image in a window on the screen
* display an image on the root window, in a variety of styles
* grab any rectangular portion of the screen and turn it into an image
* arbitrarily stretch, compress, rotate or flip the image
* crop or pad images
* view files as ASCII text or hexadecimal data
* magnify any portion of the image by any amount, up to the size of the screen
* determine pixel values and x,y coordinates in the image
* adjust image brightness and contrast with a gamma correction function
* apply different gamma functions to the Red, Green, and Blue color components, to correct for non-linear color response
* adjust global image saturation
* perform global hue remapping
* perform histogram equalization
* run a number of image-processing algorithms on any rectangular portion of the image
* edit an image's colormap
* reduce the number of colors in an image
* dither in color and b/w
* crop off solid borders automatically
* convert image formats
You can ftp XV from here;

ftp://ftp.cis.upenn.edu/pub/xv/

More info on XV here:

http://www.trilon.com/xv/xv.html

There are others, including:

http://www.augrin.com/prod/ec/capture.html

You can find more in this Google search result:

http://www.google.com/search?q=solar...&start=10&sa=N
  #3 (permalink)  
Old 02-04-2003
criglerj's Avatar
Registered User
 

Join Date: May 2002
Location: Atlanta
Posts: 129
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
I guess it's my day to be contrarian.

xv is a great program, but the last revision was 3.10a, which is now eight (8) years old (though there have been patches since then for a new format or two).

I use ImageMagick, which can also do the rectangular captures and do most or all of the image processing you mention.

If you just want a whole screen dump, try xwd, which I believe is in the base X11 distribution. You can then do your image processing/conversion with xv, ImageMagick (components of which are scriptable, BTW), Gimp or whateversaround. Your laundry list of requirements looks more interactive, so postprocessing with Gimp may be your best choice.

As for capturing screen changes over time, if xwd in a shell script loop doesn't meet your needs (it is pretty limited), I'm at a loss.
  #4 (permalink)  
Old 02-04-2003
TioTony's Avatar
Bit Pusher
 

Join Date: Oct 2001
Location: Southern California
Posts: 332
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
If you just want to record a command line session you could use the 'script' command.
  #5 (permalink)  
Old 02-05-2003
merlin
 

Posts: n/a
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
Tony... No I want to record whats going on with the screen. Like a video of whats happening on the screen.
Google UNIX.COM
Closed Thread



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 05:53 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger

Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102