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

Color Mandelbrot set using the mean orbit. More...

Go to the source code of this file.

Detailed Description

Color Mandelbrot set using the mean orbit.

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

cmake –build . -t mandelbrot_meanOrbit && ./mandelbrot_meanOrbit.exe && magick mandelbrot_meanOrbit.tiff -pointsize 40 -draw "gravity northwest fill white text 3,11 'Color: Im'" mandelbrot_meanOrbit_im.png cmake –build . -t mandelbrot_meanOrbit && ./mandelbrot_meanOrbit.exe && magick mandelbrot_meanOrbit.tiff -pointsize 40 -draw "gravity northwest fill white text 3,11 'Color: abs'" mandelbrot_meanOrbit_abs.png cmake –build . -t mandelbrot_meanOrbit && ./mandelbrot_meanOrbit.exe && magick mandelbrot_meanOrbit.tiff -pointsize 40 -draw "gravity northwest fill white text 3,11 'Color: Re'" mandelbrot_meanOrbit_re.png cmake –build . -t mandelbrot_meanOrbit && ./mandelbrot_meanOrbit.exe && magick mandelbrot_meanOrbit.tiff -pointsize 40 -draw "gravity northwest fill white text 3,11 'Color: arg'" mandelbrot_meanOrbit_arg.png

Definition in file mandelbrot_meanOrbit.cpp.