1gnofract4d(1) gnofract4d Manpage gnofract4d(1)
2
3
4
6 gnofract4d - a GUI fractal generator/explorer
7
8
10 gnofract4d
11
12
14 gnofract4d is a free, open source program which allows anyone to create
15 beautiful images called fractals. The images are automatically created
16 by the computer based on mathematical principles. These include the
17 Mandelbrot and Julia sets and many more. You don't need to do any math:
18 you can explore a universe of images just using a mouse.
19
20
21
23 gnofract4d [OPTIONS]
24
25
27 To generate an image non-interactively, use:
28
29
30 gnofract4d -s myimage.png -q myfractal.fct
31
32
33 General Flags:
34
35
36 -h --help
37 Show this message
38
39 -v --version
40 Show version info
41
42 -q --quit
43 Exit as soon as the image is finished
44
45 -X --explorer
46 Start in explorer mode
47
48
49 Fractal Settings:
50
51 -p --params FILE
52 Use FILE as a parameter file
53
54 -s --save IMAGEFILE
55 Save image to IMAGEFILE after calculation
56
57 -i --width N
58 Make image N pixels wide
59
60 -j --height N
61 Make image N pixels tall
62
63 -P --path P
64 Add P to the formula search path
65
66 -f --formula F#func
67 Use formula 'func' from file F
68
69 --inner F#func
70 Use coloring algorithm 'func' from file F
71
72 --outer F#func
73 Use coloring algorithm 'func' from file F
74
75 --transforms F#func1,F2#func2
76 Apply transforms 'func1' and 'func2'
77
78 -m --maxiter N
79 Use N as maximum number of iterations
80
81 --map FILE
82 Load map file FILE
83
84
85 Positional Parameters:
86
87 --xcenter N
88
89 --ycenter N
90
91 --zcenter N
92
93 --wcenter N
94
95 --xyangle N
96
97 --xzangle N
98
99 --xwangle N
100
101 --yzangle N
102
103 --ywangle N
104
105 --zwangle N
106
107 --magnitude N
108
109 Obscure settings:
110
111 --trace Produce voluminous tracing output
112
113 --nogui Run with no UI (doesn't require X or GTK)
114
115
116
118 3.4
119
120
122 None known... Report discovered bugs here:
123
124 http://sourceforge.net/tracker/?group_id=785&atid=100785
125
126
128 Tim Whidbey
129
130 This man-page was written by Aleksander Adamowski <alek‐
131 sander.adamowski@gmail.com> as part of "The Missing Man Pages Project".
132 Please see http://www.netmeister.org/misc/m2p2/index.html for details.
133
134
135
136Linux 19 July 2007 gnofract4d(1)