diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-04-04 18:33:56 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-04-04 18:33:56 +1200 |
commit | 53e83375e988cf637ef5ae7fc146231be575b04f (patch) | |
tree | cfcbfbf57a2ba1a24d7db168289cc55bc38262b3 /README.md | |
parent | 88fc89479b339b01bee77c0467cefe05017f4909 (diff) | |
download | fractal-gen-53e83375e988cf637ef5ae7fc146231be575b04f.tar.xz |
Update usage/syntax
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ This is a tiny program which will output a binary [PGM](https://wikipedia.org/wi Syntax ------ - ./mandelbrot-gen <size> <max_iterations> <power> [threads] > output.pgm + ./mandelbrot-gen -c size -i max_iterations -e exponent \ + [-c cores] [-t thread_multiplier] + [-N cluster-id -T cluster-total] > output.pgm Also check out the other algorithms like `tricorn-gen` and `burning-ship-gen`. You might then want to consider using a tool such as ImageMagick to then convert the (large) output file into something more sane like a PNG. |