aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-04-04 18:33:56 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-04-04 18:33:56 +1200
commit53e83375e988cf637ef5ae7fc146231be575b04f (patch)
treecfcbfbf57a2ba1a24d7db168289cc55bc38262b3 /README.md
parent88fc89479b339b01bee77c0467cefe05017f4909 (diff)
downloadfractal-gen-53e83375e988cf637ef5ae7fc146231be575b04f.tar.xz
Update usage/syntax
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 29337bc..2cf16e7 100644
--- a/README.md
+++ b/README.md
@@ -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.