X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fifs.man;h=17116c9ac1727828dfb49e1feeaa2a1f7c9cdc96;hp=d41efecb14c4ed8b9bad5e16b458fb812996bb66;hb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;hpb=ccb7f4903325f92555a9722bba74b58346654ba0 diff --git a/hacks/ifs.man b/hacks/ifs.man index d41efecb..17116c9a 100644 --- a/hacks/ifs.man +++ b/hacks/ifs.man @@ -7,11 +7,15 @@ ifs - draws spinning, colliding iterated-function-system images [\-visual \fIvisual\fP] [\-window] [\-root] +[\-no\-db] [\-delay \fInumber\fP] [\-detail \fInumber\fP] -[\-mode \fImode\fP] [\-colors \fInumber\fP] [\-functions \fInumber\fP] +[\-iterate | \-recurse] +[\-no\-rotate] +[\-no\-scale] +[\-no\-translate] .SH DESCRIPTION The \fIifs\fP program draws spinning, colliding iterated-function-system images. .SH OPTIONS @@ -26,20 +30,41 @@ Draw on a newly-created window. This is the default. .B \-root Draw on the root window. .TP 8 -.B \-delay \fInumber\fP -Per-frame delay, in microseconds. Default: 10000 +.B \-no\-db +Disable double-buffering. .TP 8 -.B \-mode \fImode\fP -Colouring mode. 0 = blend, 1 = per-function, 2 = single colour. Default: 0 +.B \-delay \fInumber\fP +Per-frame delay, in microseconds. Default: 20000 .TP 8 .B \-colors \fInumber\fP Number of colours to use. Default: 200 .TP 8 .B \-detail \fInumber\fP -Number of times to iterate each function. Default: 9 +In \fI\-iterate\fP mode, number of times to randomly iterate the +functions, in thousands. In \fI\-recurse\fP mode, number of times +to apply functions (recursion depth) before drawing each point. +Default: 9 .TP 8 .B \-functions \fInumber\fP Number of functions to be iterated. Default: 3 +.TP 8 +.B \-iterate +Calculate by iteratively applying the functions in a random order, +usually faster than \fI\-recurse\fP. This is the default. +.TP 8 +.B \-recurse +Calculate by recursively applying all combinations of the functions. +This is the historical behavior and may produce neater output than +\fI\-iterate\fP. +.TP 8 +.B \-no-rotate +Disable the rotation component of the functions. +.TP 8 +.B \-no-scale +Disable the scaling component of the functions. +.TP 8 +.B \-no-translate +Disable the varying translation component of the functions. .SH ENVIRONMENT .PP .TP 8 @@ -54,7 +79,7 @@ stored in the RESOURCE_MANAGER property. .BR xscreensaver (1), .BR ifs (MANSUFFIX) .SH COPYRIGHT -Copyright \(co Chris Le Sueur (thefishface@gmail.com) February 2005 +Copyright \(co Chris Le Sueur and Robby Griffin, 2005-2006 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -75,4 +100,5 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .SH AUTHOR -Chris Le Sueur +This version by Chris Le Sueur , Feb 2005 +Many improvements by Robby Griffin , Mar 2006