table of contents
Flines(3pm) | User Contributed Perl Documentation | Flines(3pm) |
NAME¶
Imager::Filter::Flines - dim alternate lines to emulate a video display
SYNOPSIS¶
use Imager; use Imager::Filter::Flines; $img->filter(type=>'flines');
DESCRIPTION¶
This is an adaption of the "flines" dynamically loadable filter provided in dynfilt/ in previous releases of Imager.
This filter has no parameters.
AUTHOR¶
Original by Arnar M. Hrafnkelsson.
Adapted by Tony Cook <tonyc@cpan.org>
SEE ALSO¶
Imager, Imager::Filters.
2024-09-15 | perl v5.38.2 |