ftp://ftp.ntnu.no/old/pub/X11/R5contrib/xscreensaver-1.17.tar.gz
[xscreensaver] / hacks / imsmap.man
1 .TH XScreenSaver 1 "26-apr-93" "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] [\-ncolors \fIint\fP] [\-timeout \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 \-ncolors integer
24 How many colors to use.  Default 50.
25 .TP 8
26 .B \-timeout integer
27 How long to delay between images.  Default 10 seconds.
28 .TP 8
29 .B \-iterations integer
30 A measure of the resolution of the resultant image, from 0 to 7.  Default 7.
31 .TP 8
32 .B \-mode hue|saturation|value|random
33 The axis upon which colors should be interpolated between the foreground
34 and background color.  Default random.  
35 .TP 8
36 .B \-cycle
37 Whether to do colormap cycling.  This is the default.
38 .TP 8
39 .B \-no\-cycle
40 Turns \fI\-cycle\fP off.
41 .SH ENVIRONMENT
42 .PP
43 .TP 8
44 .B DISPLAY
45 to get the default host and display number.
46 .TP 8
47 .B XENVIRONMENT
48 to get the name of a resource file that overrides the global resources
49 stored in the RESOURCE_MANAGER property.
50 .SH SEE ALSO
51 .BR X (1),
52 .BR xscreensaver (1)
53 .SH AUTHOR
54 Juergen Nickelsen <nickel@cs.tu-berlin.de>, 23-aug-92.
55
56 Hacked on by Jamie Zawinski <jwz@lucid.com>, 24-aug-92.