1imsmap(6x) XScreenSaver manual imsmap(6x)
2
3
4
6 imsmap - generate fractal maps
7
9 imsmap [--display host:display.screen] [--foreground color] [--back‐
10 ground color] [--window] [--root] [--window-id number][--mono] [--in‐
11 stall] [--visual visual] [--ncolors int] [--delay seconds] [--delay2
12 microseconds] [--iterations int] [--mode h|s|v|random] [--fps]
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
22 Draw on a newly-created window. This is the default.
23
24 --root Draw on the root window.
25
26 --window-id number
27 Draw on the specified window.
28
29 --mono If on a color display, pretend we're on a monochrome display.
30
31 --install
32 Install a private colormap for the window.
33
34 --visual visual
35 Specify which visual to use. Legal values are the name of a
36 visual class, or the id number (decimal or hex) of a specific
37 visual.
38
39 --ncolors integer
40 How many colors to use. Default 50.
41
42 --delay integer
43 How long to delay between images. Default 10 seconds.
44
45 --delay2 integer
46 How long to delay between bitmaps. Default 200000 (0.2 sec‐
47 onds).
48
49 --iterations integer
50 A measure of the resolution of the resultant image, from 0 to
51 7. Default 7.
52
53 --mode [ hue | saturation | value | random ]
54 The axis upon which colors should be interpolated between the
55 foreground and background color. Default random.
56
57 --fps Display the current frame rate and CPU load.
58
60 DISPLAY to get the default host and display number.
61
62 XENVIRONMENT
63 to get the name of a resource file that overrides the global
64 resources stored in the RESOURCE_MANAGER property.
65
66 XSCREENSAVER_WINDOW
67 The window ID to use with --root.
68
70 X(1), xscreensaver(1)
71
73 Juergen Nickelsen <nickel@cs.tu-berlin.de>, 23-aug-92.
74
75 Hacked on by Jamie Zawinski <jwz@jwz.org>, 24-aug-92, 17-May-97.
76
77
78
79X Version 11 6.08-1.fc38 (17-Oct-2023) imsmap(6x)