-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathff-icosa.1
47 lines (46 loc) · 939 Bytes
/
ff-icosa.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.Dd 2024-04-03
.Dt FF-ICOSA 1
.Os farbfeld-utils
.Sh NAME
.Nm ff-icosa
.Nd psychedelic icosahedral fractal picture generator
.Sh SYNOPSIS
.Nm
<width> <height> <scale amount> <?seed?> <?option?>
.Sh DESCRIPTION
.Nm
generates psychedelic icosahedral fractal pictures in
.Xr farbfeld 5
image format and writes the result to stdout.
.Pp
This program does not read from standard in.
.Pp
In case of an error
.Nm
writes a diagnostic message to stderr.
.Sh EXIT STATUS
.Bl -tag -width Ds
.It 0
Image processed successfully.
.It 1
An error occurred.
.El
.Sh OPTIONS
The program takes up to five arguments:
- width
- height
- scale amount (not necessarily an integer)
- random seed (optional)
- option (integer from 0 to 127)
The option defaults to 0 and has various effects.
.Sh EXAMPLES
$
.Nm
640 480 68.83 1.49 > image-icosa.ff
.Pp
$
.Nm
640 480 281.83 41.49 89 > image-icosa.ff
.Sh SEE ALSO
.Xr farbfeld 5 ,
.Xr farbfeld-utils 7