MRaster examples 21.0.0.0
Image Processing Library
Loading...
Searching...
No Matches
mandelbrot_precomp.cpp File Reference

Produce several images related to the period/cycle structure of the Mandelbrot set. More...

Go to the source code of this file.

Detailed Description

Produce several images related to the period/cycle structure of the Mandelbrot set.

Author
Mitch Richling https://www.mitchr.me
Standards
C++20
Details

Produce several images related to the period/cycle structure of the Mandelbrot set:

  • mandelbrot_precompPER.tiff – Period of the point. 0 means no period known.
  • mandelbrot_precompSTB.tiff – Stability of the period. 0 means stability unknown.
  • mandelbrot_precomps.tiff – Number of iterations required to escape. 0 means it didn't escape.
  • mandelbrot_precompNOE.tiff – Points that didn't escape – the mandelbrot set. 255
  • mandelbrot_precomp.tiff – A composite of the above with a few notable period regions labeled.

On my 2022 vintage Intel i7, this takes about 30min to run. The runtime is directly proportional to the NUMITR, so lower that number if you want it to go faster. Lowering NUMITR will have cause more non-escaping points to not have a known period – the green points in

Definition in file mandelbrot_precomp.cpp.