source: trunk/third/xscreensaver/hacks/imsmap.man @ 12203

Revision 12203, 2.0 KB checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12202, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "17-May-97" "X Version 11"
2.SH NAME
3imsmap - generate fractal maps
4.SH SYNOPSIS
5.B imsmap
6[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-ncolors \fIint\fP] [\-delay \fIseconds\fP] [\-iterations \fIint\fP] [\-mode h|s|v|random] [\-cycle] [\-no\-cycle]
7.SH DESCRIPTION
8The \fIimsmap\fP program generates map or cloud-like patterns.  It looks
9quite different in monochrome and color.
10.SH OPTIONS
11.I imsmap
12accepts the following options:
13.TP 8
14.B \-window
15Draw on a newly-created window.  This is the default.
16.TP 8
17.B \-root
18Draw on the root window.
19.TP 8
20.B \-mono
21If on a color display, pretend we're on a monochrome display.
22.TP 8
23.B \-install
24Install a private colormap for the window.
25.TP 8
26.B \-visual \fIvisual\fP
27Specify which visual to use.  Legal values are the name of a visual class,
28or the id number (decimal or hex) of a specific visual.
29.TP 8
30.B \-ncolors \fIinteger\fP
31How many colors to use.  Default 50.
32.TP 8
33.B \-delay \fIinteger\fP
34How long to delay between images.  Default 10 seconds.
35.TP 8
36.B \-iterations \fIinteger\fP
37A measure of the resolution of the resultant image, from 0 to 7.  Default 7.
38.TP 8
39.B \-mode [ hue | saturation | value | random ]
40The axis upon which colors should be interpolated between the foreground
41and background color.  Default random. 
42.TP 8
43.B \-cycle
44.TP 8
45.B \-no\-cycle
46Whether to do colormap cycling.  Default is to cycle.
47.TP 8
48.B \-cycle\-delay
49Number of microseconds between shifts of the colormap; default 100000,
50or 1/10th second.
51.SH ENVIRONMENT
52.PP
53.TP 8
54.B DISPLAY
55to get the default host and display number.
56.TP 8
57.B XENVIRONMENT
58to get the name of a resource file that overrides the global resources
59stored in the RESOURCE_MANAGER property.
60.SH SEE ALSO
61.BR X (1),
62.BR xscreensaver (1)
63.SH AUTHOR
64Juergen Nickelsen <nickel@cs.tu-berlin.de>, 23-aug-92.
65
66Hacked on by Jamie Zawinski <jwz@jwz.org>, 24-aug-92, 17-May-97.
Note: See TracBrowser for help on using the repository browser.