ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-5.01.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 .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 \-delay2 \fIinteger\fP
37 How long to delay between bitmaps.  Default 200000 (0.2 seconds).
38 .TP 8
39 .B \-iterations \fIinteger\fP
40 A measure of the resolution of the resultant image, from 0 to 7.  Default 7.
41 .TP 8
42 .B \-mode [ hue | saturation | value | random ]
43 The axis upon which colors should be interpolated between the foreground
44 and background color.  Default random.  
45 .SH ENVIRONMENT
46 .PP
47 .TP 8
48 .B DISPLAY
49 to get the default host and display number.
50 .TP 8
51 .B XENVIRONMENT
52 to get the name of a resource file that overrides the global resources
53 stored in the RESOURCE_MANAGER property.
54 .SH SEE ALSO
55 .BR X (1),
56 .BR xscreensaver (1)
57 .SH AUTHOR
58 Juergen Nickelsen <nickel@cs.tu-berlin.de>, 23-aug-92.
59
60 Hacked on by Jamie Zawinski <jwz@jwz.org>, 24-aug-92, 17-May-97.