1ifs(6x)                       XScreenSaver manual                      ifs(6x)
2
3
4

NAME

6       ifs - draws spinning, colliding iterated-function-system images
7

SYNOPSIS

9       ifs  [-display  host:display.screen] [-visual visual] [-window] [-root]
10       [-no-db] [-delay number] [-detail number] [-colors number]  [-functions
11       number] [-iterate | -recurse] [-no-rotate] [-no-scale] [-no-translate]
12

DESCRIPTION

14       The  ifs  program  draws  spinning,  colliding iterated-function-system
15       images.
16

OPTIONS

18       -visual visual
19               Specify which visual to use.  Legal values are the  name  of  a
20               visual  class,  or the id number (decimal or hex) of a specific
21               visual.
22
23       -window Draw on a newly-created window.  This is the default.
24
25       -root   Draw on the root window.
26
27       -no-db  Disable double-buffering.
28
29       -delay number
30               Per-frame delay, in microseconds.  Default: 20000
31
32       -colors number
33               Number of colours to use. Default: 200
34
35       -detail number
36               In -iterate mode, number of times to randomly iterate the func‐
37               tions,  in  thousands.   In  -recurse  mode, number of times to
38               apply functions (recursion depth) before  drawing  each  point.
39               Default: 9
40
41       -functions number
42               Number of functions to be iterated. Default: 3
43
44       -iterate
45               Calculate  by  iteratively  applying  the functions in a random
46               order, usually faster than -recurse.  This is the default.
47
48       -recurse
49               Calculate by recursively applying all combinations of the func‐
50               tions.   This is the historical behavior and may produce neater
51               output than -iterate.
52
53       -no-rotate
54               Disable the rotation component of the functions.
55
56       -no-scale
57               Disable the scaling component of the functions.
58
59       -no-translate
60               Disable the varying translation component of the functions.
61
62       -no-multi
63               Turn off multi-coloured mode, only one colour is used to colour
64               the whole set.
65

ENVIRONMENT

67       DISPLAY to get the default host and display number.
68
69       XENVIRONMENT
70               to  get  the  name of a resource file that overrides the global
71               resources stored in the RESOURCE_MANAGER property.
72

SEE ALSO

74       X(1), xscreensaver(1), ifs(6x)
75
77       Copyright © Chris Le Sueur and Robby Griffin, 2005-2006
78
79       Permission is hereby granted, free of charge, to any person obtaining a
80       copy  of  this  software and associated documentation files (the "Soft‐
81       ware"), to deal in the Software without restriction, including  without
82       limitation the rights to use, copy, modify, merge, publish, distribute,
83       sublicense, and/or sell copies of the Software, and to  permit  persons
84       to  whom  the  Software is furnished to do so, subject to the following
85       conditions:
86
87       The above copyright notice and this permission notice shall be included
88       in all copies or substantial portions of the Software.
89
90       THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
91       OR IMPLIED, INCLUDING  BUT  NOT  LIMITED  TO  THE  WARRANTIES  OF  MER‐
92       CHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN
93       NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR  ANY  CLAIM,  DAMAGES  OR
94       OTHER  LIABILITY,  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
95       ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE  USE  OR
96       OTHER DEALINGS IN THE SOFTWARE.
97

AUTHOR

99       This  version  by Chris Le Sueur <thefishface@gmail.com>, Feb 2005 Many
100       improvements by Robby Griffin <rmg@terc.edu>, Mar 2006
101
102
103
104X Version 11                 5.05-3 (06-Apr-2008)                      ifs(6x)
Impressum