aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-06-02 14:14:14 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-06-02 14:14:14 +1200
commit45765795c2c50f85d79b0cd492ede26af79b774d (patch)
treeb9ab0f10c8ce691a2edafd3c17812a1431174708
parentff85aafda23509c74f0cdaa45bcaa4721b6df59b (diff)
downloadfractal-gen-45765795c2c50f85d79b0cd492ede26af79b774d.tar.xz
Update README to reflect top,left -> centre changes
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 905be3c..4c14922 100644
--- a/README.md
+++ b/README.md
@@ -35,10 +35,12 @@ 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
+ -x xval Float
+ x value of centre of image on the real axis (x+iy)
+ -y yval Float
+ y value of centre of image on the imaginary axis (x+iy)
+ -z scale Float
+ width and height of image (units on 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.