aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33c4a3f..a18d311 100644
--- a/README.md
+++ b/README.md
@@ -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.