Mandelbrot(3pm) | User Contributed Perl Documentation | Mandelbrot(3pm) |
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 <tonyc@cpan.org>
Imager, Imager::Filters.
2023-01-11 | perl v5.36.0 |