Generating the Thorn fractal in binary PGM format
While looking to test a Burg recursion implementation I'd written, I stumbled across some AR(p) test cases by Paul Bourke. I emailed him to ask a question and, while browsing for his address, I stumbled across his material on the Thorn Fractal. His (9.984, 7.55) image really struck me so I downloaded Paul's sample code. Alas, it produced output in some "raw" image format that I couldn't coax ImageMagick or The GIMP into reading. After digging around a bit, I decided to roll my own code to dump the output in binary PGM so that nearly any tool can postprocess the data.
Tada. A grayscale version of (9.984, 7.55) created at 10000x10000, cropped, and downsampled to 1600x900 suitable for background use:
No comments:
Post a Comment