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