From 45765795c2c50f85d79b0cd492ede26af79b774d Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 2 Jun 2016 14:14:14 +1200 Subject: Update README to reflect top,left -> centre changes --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'README.md') 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. -- cgit v1.1