MRaster examples 22.0.0.0
Image Processing Library
Loading...
Searching...
No Matches
mandeldragon_orbits.cpp File Reference

Mandeldragon orbits. More...

Go to the source code of this file.

Detailed Description

Mandeldragon orbits.

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

Explores the orbits of the iteration

  • mandeldragon_orbits_XRANGE_omax.tiff Maximum iteration count for all orbits that hit the pixel
  • mandeldragon_orbits_XRANGE_ohst.tiff Point histogram of exterior point orbits
  • mandeldragon_orbits_XRANGE_ihst.tiff Point histogram of interior point orbits
  • mandeldragon_orbits_XRANGE_color_METHOD.tiff Colorized using a combination of the above images
  • mandeldragon_orbits_XRANGE_ohst_METHOD.tiff Colorized version of ohst

The color images may be created on the command line from the monochrome, data images. For example, we can combine images like this:

            magick \‍( mandeldragon_orbits_omax.tiff -evaluate Pow 0.8 \‍) \‍( mandeldragon_orbits_ohst.tiff -evaluate Pow 0.3 \‍) \‍( mandeldragon_orbits_ihst.tiff -evaluate Pow 0.8 \‍) -combine mandeldragon_orbits_838.png

We can colorize a single monochrome image with a color scheme like this:

            magick \‍( mandeldragon_orbits_ohst.tiff -evaluate Pow 0.5 \‍) ../docs/pics/cs/color_lut_docs_csPLYinferno_50.png -clut mandeldragon_orbits_csPLYinferno.png

Definition in file mandeldragon_orbits.cpp.