From 71f0c0db62d92ba077316a0f5e57630d9b6bd6a6 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 31 May 2016 12:34:51 +1200 Subject: Update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') 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. -- cgit v1.1