diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-04-08 12:21:28 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-04-08 12:21:28 +1200 |
commit | 1d553865983b5ef73cffda7db8bf44f7d9f461f9 (patch) | |
tree | afc63319c49d7ffd0393721769a2c5ef0c3f8050 /README.md | |
parent | 746a2be3ae20dd1f209cd0d56556a0995f935b83 (diff) | |
download | fractal-gen-1d553865983b5ef73cffda7db8bf44f7d9f461f9.tar.xz |
Whitespace fix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,9 +6,9 @@ This is a tiny program which will output a binary [PGM](https://wikipedia.org/wi Syntax ------ - ./mandelbrot-gen -c size -i max_iterations [-e exponent] \ - [-c cores] [-t thread_multiplier] - [-N cluster-id -T cluster-total] > output.pgm + ./mandelbrot-gen -c size -i max_iterations [-e exponent] \ + [-c cores] [-t thread_multiplier] + [-N cluster-id -T cluster-total] > output.pgm Also check out the other algorithms like `tricorn-gen` and `burning-ship-gen`. You might then want to consider using a tool such as ImageMagick to then convert the (large) output file into something more sane like a PNG. |