began for maemo
[xscreensaver] / xscreensaver / hacks / config / blitspin.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="blitspin" _label="BlitSpin">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Fuzzy Rotation Speed" _low-label="Slow" _high-label="Fast"
9           low="1" high="800000" default="500000"
10           convert="invert"/>
11
12   <number id="delay2" type="slider" arg="-delay2 %"
13           _label="90 deg Rotation Speed" _low-label="Slow" _high-label="Fast"
14           low="1" high="800000" default="500000"
15           convert="invert"/>
16
17 <!--  <file id="bitmap" _label="Bitmap to rotate" arg="-bitmap %"/> -->
18
19   <xscreensaver-image />
20
21   <_description>
22
23 Repeatedly rotates a bitmap by 90 degrees by using logical operations:
24 the bitmap is divided into quadrants, and the quadrants are shifted
25 clockwise.  Then the same thing is done again with progressively
26 smaller quadrants, except that all sub-quadrants of a given size are
27 rotated in parallel.  As you watch it, the image appears to dissolve
28 into static and then reconstitute itself, but rotated.
29
30 Written by Jamie Zawinski; 1992.
31   </_description>
32 </screensaver>