diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2015-06-07 12:32:51 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2015-06-07 12:32:51 +1200 |
commit | a4efb1853076ffcf4573a5bcd6d0e8c2016d8148 (patch) | |
tree | 44637923ec5ca1972829b37dd5c8f8fce59667bb | |
parent | 49c77019c2944f3bcf907e856fd1854d4a1da58a (diff) | |
download | fractal-gen-a4efb1853076ffcf4573a5bcd6d0e8c2016d8148.tar.xz |
Updated readme re PGM output
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ Fractal Gen ========== -This is a tiny program which will output a very basic raw format square image of a mandelbrot or burning ship set. +This is a tiny program which will output a binary [PGM](https://wikipedia.org/wiki/Netpbm_format#PGM_example) format square image of a mandelbrot or burning ship set. Just invoke it like - ./mbrot-gen 1000 100 2 > image.raw + ./mbrot-gen 1000 100 2 > image.pgm For a 1000x1000 point image of a mandelbrot set using 100 iterations and an exponent of 2. For the cliché set you'll want to keep the exponent at 2. |