http://se.aminet.net/pub/X11/ftp.x.org/contrib/vms/xscreensaver-124.zip
[xscreensaver] / hacks / imsmap.hlp
1 1 IMSMAP 
2 Generate fractal maps
3
4 SYNOPSIS
5
6   $ imsmap [-display host:display.screen] [-foreground color] 
7            [-background color] [-window] [-root] [-mono] [-ncolors int] 
8            [-timeout seconds] [-iterations int] [-mode h|s|v|random] 
9            [-cycle] [-no-cycle]
10
11 2 DESCRIPTION
12 The imsmap program generates map or cloud-like patterns.  It looks
13 quite different in monochrome and color.
14
15 2 OPTIONS
16 imsmap accepts the following options:
17
18    -window
19 Draw on a newly-created window.  This is the default.
20
21    -root
22 Draw on the root window.
23
24    -mono 
25 If on a color display, pretend we're on a monochrome display.
26
27    -ncolors integer
28 How many colors to use.  Default 50.
29
30    -timeout integer
31 How long to delay between images.  Default 10 seconds.
32
33    -iterations integer
34 A measure of the resolution of the resultant image, from 0 to 7.  Default 7.
35
36    -mode hue|saturation|value|random
37 The axis upon which colors should be interpolated between the foreground
38 and background color.  Default random.  
39
40    -cycle
41 Whether to do colormap cycling.  This is the default.
42
43    -no-cycle
44 Turns -cycle off.
45
46 2 ENVIRONMENT
47
48    DISPLAY
49 to get the default host and display number.
50
51    XENVIRONMENT
52 to get the name of a resource file that overrides the global resources
53 stored in the RESOURCE_MANAGER property.
54
55 2 AUTHOR
56 Juergen Nickelsen <nickel@cs.tu-berlin.de>, 23-aug-92.
57
58 Hacked on by Jamie Zawinski <jwz@mcom.com>, 24-aug-92.