Generate fractal images.
--prefix=[install-directory]
Running $ fractool
generates a fractal and saves it in the current
working directory as fractal.png
The default algorithm to generate an image is the mandelbrot algorithm
for the equation "z = z^2 + c". To change the fractal generation
algorithm use --algorithm
.
Run $ fractool --help
for a full list of commands.