1imsmap(6x) XScreenSaver manual imsmap(6x)
2
3
4
6 imsmap - generate fractal maps
7
9 imsmap [-display host:display.screen] [-foreground color] [-background
10 color] [-window] [-root] [-mono] [-install] [-visual visual] [-ncolors
11 int] [-delay seconds] [-delay2 microseconds] [-iterations int] [-mode
12 h|s|v|random]
13
15 The imsmap program generates map or cloud-like patterns. It looks
16 quite different in monochrome and color.
17
19 imsmap accepts the following options:
20
21 -window Draw on a newly-created window. This is the default.
22
23 -root Draw on the root window.
24
25 -mono If on a color display, pretend we're on a monochrome display.
26
27 -install
28 Install a private colormap for the window.
29
30 -visual visual
31 Specify which visual to use. Legal values are the name of a
32 visual class, or the id number (decimal or hex) of a specific
33 visual.
34
35 -ncolors integer
36 How many colors to use. Default 50.
37
38 -delay integer
39 How long to delay between images. Default 10 seconds.
40
41 -delay2 integer
42 How long to delay between bitmaps. Default 200000 (0.2 sec‐
43 onds).
44
45 -iterations integer
46 A measure of the resolution of the resultant image, from 0 to
47 7. Default 7.
48
49 -mode [ hue | saturation | value | random ]
50 The axis upon which colors should be interpolated between the
51 foreground and background color. Default random.
52
54 DISPLAY to get the default host and display number.
55
56 XENVIRONMENT
57 to get the name of a resource file that overrides the global
58 resources stored in the RESOURCE_MANAGER property.
59
61 X(1), xscreensaver(1)
62
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.
67
68
69
70X Version 11 5.05-3 (06-Apr-2008) imsmap(6x)