http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.16.tar.gz
[xscreensaver] / hacks / config / imsmap.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="imsmap" _label="IMSmap">
4
5   <command arg="-root"/>
6
7   <select id="mode">
8     <option id="random" _label="Random Mode"/>
9     <option id="h"      _label="Hue Gradients" arg-set="-mode h"/>
10     <option id="s"      _label="Saturation Gradients" arg-set="-mode s"/>
11     <option id="v"      _label="Brightness Gradients" arg-set="-mode v"/>
12   </select>
13
14   <number id="iterations" type="slider" arg="-iterations %"
15           _label="Density" _low-label="Sparse" _high-label="Dense"
16           low="1" high="7" default="7"/>
17
18   <number id="delay" type="slider" arg="-delay %"
19           _label="Duration" _low-label="1 Second" _high-label="1 Minute"
20           low="1" high="60" default="10"/>
21
22   <number id="ncolors" type="slider" arg="-ncolors %"
23             _label="Number of Colors" _low-label="Two" _high-label="Many"
24             low="1" high="255" default="50"/>
25
26   <_description>
27 This generates random cloud-like patterns.  It looks quite different
28 in monochrome and color.  The basic idea is to take four points on
29 the edge of the image, and assign each a random ``elevation''.  Then
30 find the point between them, and give it a value which is the average
31 of the other four, plus some small random offset. Then coloration is
32 done based on elevation.
33
34 The color selection is done by binding the elevation to either hue,
35 saturation, or brightness, and assigning random values to the others.
36 The ``brightness'' mode tends to yield cloudlike patterns, and the
37 others tend to generate images that look like heat-maps or CAT-scans.
38 Written by Juergen Nickelsen and Jamie Zawinski.
39   </_description>
40 </screensaver>