Skip to content

heitzmann/mandelbrot

Repository files navigation

Mandelbrot

Mandelbrot fractal image generator. Usefull to create random wallpapers.

Usage

Usage: ./mandelbrot [OPTION]... FILENAME

Options:
  -h                    Show this help message and exit.
  -g WIDTH HEIGHT       Image size (defaults 960 540).
  -c X Y                View window center.
  -s DX DY              View window size.
  -z MIN MAX            Minimal value to accept a random coordinate as image
                        center and maximal value for the fractal calculation
                        (defaults 128 2048).
  -m COLORMAP           Colormap name. Available options:
                        acton, bamako, batlow, berlin, bilbao, broc, broco,
                        buda, cork, corko, davos, devon, grayc, hawaii,
                        imola, lajolla, lapaz, lisbon, nuuk, oleron, oslo,
                        roma, romao, tofino, tokyo, turku, vik, viko
  -r RNG_SEED           Random number generator seed.
  -p NUM                Number of threads to use (default ?).

Examples

Image examples

About

Mandelbrot fractal image generator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages