The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

flasher.pl - produces a slowly flashing GIF based on an input image

SYNOPSIS

  perl flasher.pl [options] input output.gif

DESCRIPTION

flasher.pl generates an animation from the given image to lowpct% coverage on a blank image of color back.

OPTIONS

  • -f frames, --frames frames - the total number of frames. This is always rounded up to the next even number. Default: 20

  • -d delay, --delay delay - the delay in 1/100 second between frames. Default: 10.

  • -p percent, --lowpct percent - the lowest coverage of the image. Default: 30

  • -b color, --back color - the background color to fade to. Default: #FFFFFF.

  • -v, --verbose - produce progress information.

AUTHOR

Tony Cook <tonyc@cpan.org>