logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Original by Arnar M. Hrafnkelsson.

       Adapted by Tony Cook <tonyc@cpan.org>

Description

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

       This filter has no parameters.

Name

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

See Also

       Imager, Imager::Filters.

perl v5.40.1                                       2025-03-16                                        Flines(3pm)

Synopsis

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

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

See Also