This project includes two different tools:
Fractalviewer is a GUI application used to explore the Mandelbrot set as well as the Julia sets corresponding to arbitrary points on the complex plane. It offers different rendering algorithms and gradients to color the images.New gradients can also be defined in separate files.
This tool can be used to render high quality images of the Mandelbrot- and Juliasets. It can also generate sets of images that can be stitched together (e.g. with ffmpeg) to create animations.
$ fractaltool mandel -c center -z magnification -o outputfile
$ fractaltool julia -s parameter -c center -z magnification -o outputfile
$ fractaltool mandelzoom -c center -e maxzoom -o outputformat
$ fractaltool juliamorph -b startingpoint -e endpoint -o outputformat