https://github.com/heitzmann/mandelbrot
Mandelbrot fractal image generator
https://github.com/heitzmann/mandelbrot
fractal image-generation mandelbrot wallpaper
Last synced: 12 months ago
JSON representation
Mandelbrot fractal image generator
- Host: GitHub
- URL: https://github.com/heitzmann/mandelbrot
- Owner: heitzmann
- License: mit
- Created: 2020-06-15T08:15:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T12:20:56.000Z (about 4 years ago)
- Last Synced: 2025-04-24T01:04:29.158Z (about 1 year ago)
- Topics: fractal, image-generation, mandelbrot, wallpaper
- Language: C
- Size: 16.9 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
