diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-06-02 14:14:14 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-06-02 14:14:14 +1200 |
commit | 45765795c2c50f85d79b0cd492ede26af79b774d (patch) | |
tree | b9ab0f10c8ce691a2edafd3c17812a1431174708 /README.md | |
parent | ff85aafda23509c74f0cdaa45bcaa4721b6df59b (diff) | |
download | fractal-gen-45765795c2c50f85d79b0cd492ede26af79b774d.tar.xz |
Update README to reflect top,left -> centre changes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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. |