source: trunk/third/xscreensaver/hacks/vidwhacker.man @ 20148

Revision 20148, 2.9 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "17-Jun-99" "X Version 11"
2.SH NAME
3vidwhacker - grab images and apply random filters to them
4.SH SYNOPSIS
5.B vidwhacker
6[\-display \fIhost:display.screen\fP] [\-root] [\-verbose]
7[\-stdin] [\-stdout] [\-delay seconds]
8[-directory \fIdirectory\fP]
9.SH DESCRIPTION
10The \fIvidwhacker\fP program grabs an image from disk, or  from the
11system's video input, then applies random image filters to it, and
12displays the result.  The \fIvidwhacker\fP program does not terminate
13until killed. 
14
15It depends heavily on the various PBM tools (e.g.,
16.BR ppmrelief (1).)
17
18Selection of random image files is done by running the
19.BR xscreensaver-getimage-file (1)
20program.  Capture of video frames (if requested) is done by running the
21.BR xscreensaver-getimage-video (1)
22program.  The options of whether to do video, and which directory to
23search for images, are specified in the \fI~/.xscreensaver\fP file.
24.SH OPTIONS
25.I vidwhacker
26accepts the following options:
27.TP 8
28.B \-root
29Draw on the root window.  This is the default.
30.TP 8
31.B \-verbose
32Print diagnostics.
33.TP 8
34.B \-stdin
35Instead of grabbing an image from disk or video, read an image
36to maniupulate from stdin.  This image must be in
37.BR ppm (5)
38format.  The program will still perform repeated random image
39transformations, but it will always use this one image as its starting point.
40.TP 8
41.B \-delay \fIseconds\fP
42How long to sleep between images.  Default 5 seconds (the actual
43elapsed time is significantly longer, due to processing time.)
44.TP 8
45.B \-stdout
46Instead of displaying the image on a window or on the root, write the new
47image on stdout, and exit.
48.TP 8
49.B \-directory \fIdirectory\fP
50Use this directory instead of the \fBimageDirectory\fP specified in
51the \fI~/.xscreensaver\fP file.
52.SH ENVIRONMENT
53.PP
54.TP 8
55.B DISPLAY
56to get the default host and display number.
57.TP 8
58.B XENVIRONMENT
59to get the name of a resource file that overrides the global resources
60stored in the RESOURCE_MANAGER property.
61.SH BUGS
62It's slow.
63.SH TO DO
64It might be interesting to rewrite this to use
65.BR gimp (1)
66plugins instead of the pbm tools.  It probably wouldn't be any faster,
67but there would be a wider variety of effects available.
68.SH SEE ALSO
69.BR X (1),
70.BR xscreensaver (1),
71.BR xscreensaver-getimage-file (1),
72.BR xscreensaver-getimage-video (1),
73.BR xv (1),
74.BR ppmtogif (1),
75.BR cjpeg (1)
76.SH COPYRIGHT
77Copyright \(co 1998-2001 by Jamie Zawinski.  Permission to use, copy, modify,
78distribute, and sell this software and its documentation for any purpose is
79hereby granted without fee, provided that the above copyright notice appear
80in all copies and that both that copyright notice and this permission notice
81appear in supporting documentation.  No representations are made about the
82suitability of this software for any purpose.  It is provided "as is" without
83express or implied warranty.
84.SH AUTHOR
85Jamie Zawinski <jwz@jwz.org>, 18-Jan-98.
Note: See TracBrowser for help on using the repository browser.