Welcome to the Mandelbrot animations page. I've started replacing the animated GIFs with AVIs as they alow longer and higher quility animations from smaller files. The Animated GIFs will remain for a while but will ultimately be phased out.
| Animated GIFs | |
|---|---|
![]() |
Zooming in on (0.42661603, 0.217772923) |
|
An animation zooming in on the point (-1.2583585, 0.3821136), demonstrating the star colouring algorithm. Click here for another 'Stars' animation. |
|
![]() |
Three animations showing the effects of varying Z0 in the Mandelbrot image. Increasing Z0 along the imaginary axis Increasing Z0 along the real axis. Detail showing the fate of the mini-Mandelbrot around c = (-1.775,0) The file sizes are respectively 500KB, 650KB and 1.1MB. The third one has many more frames than the other two and shows some interesting effects. High resolution images of some of the frames can be seen on the Mandelbrot Code page. |
![]() |
Another series generated by varying Z0 in the Mandelbrot set. This starts at
python mandelbrotdriver.py -tM -i500 -c(-1.748366,0.003) -z(0,0.2570) -s400x320 -fv02570 -m500
and increments Z0 by (0,0.0002) up to
python mandelbrotdriver.py -tM -i500 -c(-1.748368,0.003) -z(0,0.2660) -s400x320 -fv02660 -m500
|
These animations are created by first generating a sequence of bitmaps using the code on the Mandelbrot page, converting them to GIFs (using Paintshop Pro) and then using the GIF animator to combine them.
Some of these examples are quite small and jumpy to keep the file size down. With the code you can create much smoother and more detailed ones, though you'll need a lot of time and disc space.
History
=====================
548: July 2009
254: Jan 2009 Adding 5th animation
205: Nov 2008