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


Imager documentation  | view source Contained in the Imager distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use Imager;
  use Imager::Filter::Mandelbrot;

  $img->filter(type=>'mandelbrot', ...);

DESCRIPTION

Top

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

Valid filter parameters are:

AUTHOR

Top

Original by Arnar M. Hrafnkelsson.

Adapted and expanded by Tony Cook <tonyc@cpan.org>

SEE ALSO

Top

Imager, Imager::Filters.


Imager documentation  | view source Contained in the Imager distribution.