
Imager::Filter::Mandelbrot - filter that renders the Mandelbrot set.

use Imager; use Imager::Filter::Mandelbrot; $img->filter(type=>'mandelbrot', ...);

This is a expansion of the mandelbrot dynamically loadable filter provided in dynfilt in previous releases of Imager.
Valid filter parameters are:

Original by Arnar M. Hrafnkelsson.
Adapted and expanded by Tony Cook <tony@imager.perl.org>

Imager, Imager::Filters.