1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="zoom" _label="Zoom">
7 <number id="speed" type="slider" arg="-delay %"
8 _label="Speed" _low-label="Slow" _high-label="Fast"
9 low="0" high="20000" default="10000"
12 <boolean id="lenses" _label="Lenses" arg-set="-lenses"/>
15 <number id="pixwidth" type="spinbutton" arg="-pixwidth %"
16 _label="Magnification" low="2" high="100" default="10"/>
17 <number id="pixheight" type="spinbutton" arg="-pixheight %"
18 _label="x" low="2" high="100" default="10"/>
22 <number id="pixspacex" type="spinbutton" arg="-pixspacex %"
23 _label="Border Width" low="0" high="10" default="2"/>
24 <number id="pixspacey" type="spinbutton" arg="-pixspacey %"
25 _label="x" low="0" high="10" default="2"/>
29 <number id="lensoffsetx" type="spinbutton" arg="-lensoffsetx %"
30 _label="Lens Offset" low="1" high="100" default="1"/>
31 <number id="lensoffsety" type="spinbutton" arg="-lensoffsety %"
32 _label="x" low="1" high="100" default="1"/>
36 Zooms in on a part of the screen and then moves around. With the
37 -lenses option the result is like looking through many overlapping
38 lenses rather than just a simple zoom. Written by James Macnicol.