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