1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="distort" _label="Distort">
7 <video href="https://www.youtube.com/watch?v=ENaG3gwtukM"/>
9 <number id="delay" type="slider" arg="-delay %"
10 _label="Frame rate" _low-label="Low" _high-label="High"
11 low="0" high="200000" default="20000"
14 <number id="duration" type="slider" arg="-duration %"
15 _label="Duration" _low-label="10 seconds" _high-label="10 minutes"
16 low="10" high="600" default="120"/>
18 <!-- #### -speed [0] -->
21 <number id="radius" type="slider" arg="-radius %"
22 _label="Lens size" _low-label="Small" _high-label="Large"
23 low="0" high="1000" default="0"/>
26 <number id="count" type="spinbutton" arg="-number %"
27 _label="Lens count" low="0" high="10" default="0"/>
30 <option id="normal" _label="Normal"/>
31 <option id="swamp" _label="Swamp thing" arg-set="-effect swamp"/>
32 <option id="bounce" _label="Bounce" arg-set="-effect bounce"/>
37 <boolean id="reflect" _label="Reflect" arg-set="-reflect"/>
38 <boolean id="magnify" _label="Magnify" arg-set="-magnify"/>
39 <boolean id="blackhole" _label="Black hole" arg-set="-blackhole"/>
40 <boolean id="vortex" _label="Vortex" arg-set="-vortex"/>
41 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
44 <xscreensaver-image />
46 <xscreensaver-updater />
49 Wandering lenses distort the screen image in various ways.
51 Written by Jonas Munsin; 1998.