http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[xscreensaver] / hacks / config / blitspin.xml
index fe086d4510deacb5509bdeb4fd28fabaad19cd81..0d838864f066ca717580f49c71749be0af82a3df 100644 (file)
           low="1" high="800000" default="500000"
           convert="invert"/>
 
-  <boolean id="grab" _label="Grab Screen" arg-set="-grab"/>
+  <number id="duration" type="slider" arg="-duration %"
+          _label="Duration" _low-label="10 seconds" _high-label="10 minutes"
+          low="10" high="600" default="120"/>
 
-  <file id="bitmap" _label="Bitmap to rotate" arg="-bitmap %"/>
+<!--  <file id="bitmap" _label="Bitmap to rotate" arg="-bitmap %"/> -->
+
+  <xscreensaver-image />
 
   <_description>
-The ``blitspin'' hack repeatedly rotates a bitmap by 90 degrees by
-using logical operations: the bitmap is divided into quadrants, and
-the quadrants are shifted clockwise.  Then the same thing is done
-again with progressively smaller quadrants, except that all
-sub-quadrants of a given size are rotated in parallel.  Written by
-Jamie Zawinski based on some cool SmallTalk code seen in in Byte
-Magazine in 1981.
-
-As you watch it, the image appears to dissolve into static and then
-reconstitute itself, but rotated. You can provide the image to use,
-as an XBM or XPM file, or tell it to grab a screen image and rotate
-that.
+
+Repeatedly rotates a bitmap by 90 degrees by using logical operations:
+the bitmap is divided into quadrants, and the quadrants are shifted
+clockwise.  Then the same thing is done again with progressively
+smaller quadrants, except that all sub-quadrants of a given size are
+rotated in parallel.  As you watch it, the image appears to dissolve
+into static and then reconstitute itself, but rotated.
+
+Written by Jamie Zawinski; 1992.
   </_description>
 </screensaver>