Imager::Filter::Flines - dim alternate lines to emulate a video display


Imager documentation  | view source Contained in the Imager distribution.

Index


NAME

Top

Imager::Filter::Flines - dim alternate lines to emulate a video display

SYNOPSIS

Top

  use Imager;
  use Imager::Filter::Flines;

  $img->filter(type=>'flines');

DESCRIPTION

Top

This is an adaption of the flines dynamically loadable filter provided in dynfilt/ in previous releases of Imager.

This filter has no parameters.

AUTHOR

Top

Original by Arnar M. Hrafnkelsson.

Adapted by Tony Cook <tonyc@cpan.org>

SEE ALSO

Top

Imager, Imager::Filters.


Imager documentation  | view source Contained in the Imager distribution.