diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-05-31 12:34:51 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-05-31 12:34:51 +1200 |
commit | 71f0c0db62d92ba077316a0f5e57630d9b6bd6a6 (patch) | |
tree | eab04f2782d353cf7cf5bfe973728aa38e3533fa /README.md | |
parent | 039bef575547b29ad23c76b538128da641b6c0e9 (diff) | |
download | fractal-gen-71f0c0db62d92ba077316a0f5e57630d9b6bd6a6.tar.xz |
Update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |