1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="glslideshow" _label="GLSlideshow" gl="yes">
7 <video href="http://www.youtube.com/watch?v=Hi0xUWnqBhQ"/>
11 <number id="delay" type="slider" arg="-delay %"
12 _label="Frame rate" _low-label="Low" _high-label="High"
13 low="0" high="100000" default="20000"
16 <number id="duration" type="slider" arg="-duration %"
17 _label="Time until loading a new image"
18 _low-label="10 seconds" _high-label="5 minutes"
19 low="10" high="300" default="30"/>
21 <number id="zoom" type="slider" arg="-zoom %"
22 _label="Always show at least this much of the image"
23 _low-label="50%" _high-label="100%"
24 low="50" high="100" default="75"/>
26 <number id="pan" type="slider" arg="-pan %"
27 _label="Pan/zoom duration"
28 _low-label="1 second" _high-label="30 seconds"
29 low="1" high="30" default="6"/>
31 <number id="fade" type="slider" arg="-fade %"
32 _label="Crossfade duration"
33 _low-label="None" _high-label="30 seconds"
34 low="0" high="30" default="2"/>
38 <boolean id="letterbox" _label="Letterbox" arg-unset="-no-letterbox"/>
39 <boolean id="titles" _label="Show file names" arg-set="-titles"/>
40 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
42 <xscreensaver-image />
44 <xscreensaver-updater />
50 Loads a random sequence of images and smoothly scans and zooms around
51 in each, fading from pan to pan.
53 Written by Jamie Zawinski and Mike Oliphant; 2003.