Penguin
Annotated edit history of imsmap(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 XScreenSaver
2 !!!XScreenSaver
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 SEE ALSO
9 AUTHOR
10 ----
11 !!NAME
12
13
14 imsmap - generate fractal maps
15 !!SYNOPSIS
16
17
18 __imsmap__ [[-display ''host:display.screen'']
19 [[-foreground ''color''] [[-background ''color'']
20 [[-window] [[-root] [[-mono] [[-install] [[-visual ''visual'']
21 [[-ncolors ''int''] [[-delay ''seconds''] [[-iterations
22 ''int''] [[-mode h|s|v|random] [[-cycle]
23 [[-no-cycle]
24 !!DESCRIPTION
25
26
27 The ''imsmap'' program generates map or cloud-like
28 patterns. It looks quite different in monochrome and
29 color.
30 !!OPTIONS
31
32
33 ''imsmap'' accepts the following options:
34
35
36 __-window__
37
38
39 Draw on a newly-created window. This is the
40 default.
41
42
43 __-root__
44
45
46 Draw on the root window.
47
48
49 __-mono__
50
51
52 If on a color display, pretend we're on a monochrome
53 display.
54
55
56 __-install__
57
58
59 Install a private colormap for the window.
60
61
62 __-visual__ ''visual''
63
64
65 Specify which visual to use. Legal values are the name of a
66 visual class, or the id number (decimal or hex) of a
67 specific visual.
68
69
70 __-ncolors__ ''integer''
71
72
73 How many colors to use. Default 50.
74
75
76 __-delay__ ''integer''
77
78
79 How long to delay between images. Default 10
80 seconds.
81
82
83 __-iterations__ ''integer''
84
85
86 A measure of the resolution of the resultant image, from 0
87 to 7. Default 7.
88
89
90 __-mode [[ hue | saturation | value | random
91 ]__
92
93
94 The axis upon which colors should be interpolated between
95 the foreground and background color. Default
96 random.
97
98
99 __-cycle__
100
101
102 __-no-cycle__
103
104
105 Whether to do colormap cycling. Default is to
106 cycle.
107
108
109 __-cycle-delay__
110
111
112 Number of microseconds between shifts of the colormap;
113 default 100000, or 1/10th second.
114 !!ENVIRONMENT
115
116
117 __DISPLAY__
118
119
120 to get the default host and display number.
121
122
123 __XENVIRONMENT__
124
125
126 to get the name of a resource file that overrides the global
127 resources stored in the RESOURCE_MANAGER
128 property.
129 !!SEE ALSO
130
131
4 perry 132 X(1), xscreensaver(1)
1 perry 133 !!AUTHOR
134
135
136 Juergen Nickelsen
137
138
139 Hacked on by Jamie Zawinski
140 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.