aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-05-31 12:34:51 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-05-31 12:34:51 +1200
commit71f0c0db62d92ba077316a0f5e57630d9b6bd6a6 (patch)
treeeab04f2782d353cf7cf5bfe973728aa38e3533fa
parent039bef575547b29ad23c76b538128da641b6c0e9 (diff)
downloadfractal-gen-71f0c0db62d92ba077316a0f5e57630d9b6bd6a6.tar.xz
Update readme
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index f14836e..905be3c 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ This is a tiny program which will output a binary [PGM](https://wikipedia.org/wi
./mandelbrot-gen -s size -i max_iterations [-e exponent] \
[-c cores] [-t thread_multiplier]
+ [-x left -y top] [-z scale]
[-N cluster-id -T cluster-total] > output.pgm
Also check out the other algorithms like `tricorn-gen` and `burning-ship-gen`.
@@ -34,6 +35,10 @@ Also note that `-N` should always be used together with `-T`.
-t thread_multiplier Float > 0
Coefficient to multiply cores by in order to achieve
count of worker threads to use. (1)
+ -x left position of left of image on the real axis (x+iy)
+ -y top position of top of image on the imaginary axis (x+iy)
+ -z scale width and height of image in units on the cartesian
+ plane
-N cluster_id 0 <= Integer < cluster_total
A unique ID used to determine which sections of the
image this instance should work on.