NAME

blurfill - A simple command line tool to create a blurred background image

SYNOPSIS

blurfill [--width w] [--height h] [--output o] image_file

DESCRIPTION

blurfill is a simple command line tool to create a blurred background image from a given image. It scales the image to a specified width and height, applies a Gaussian blur, and saves the result as a new image. It is a wrapper around the App::BlurFill module. It accepts the following command line options:

  • --width

    The width of the output image. Default is 650 pixels.

  • --height

    The height of the output image. Default is 350 pixels.

  • --output

    The path to the output image file. If not specified, a filename will be generated.

AUTHOR

Dave Cross <dave@perlhacks.com>

COPYRIGHT AND LICENSE

This program is copyright (c), 2025, Magnum Solutions Ltd. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 42:

You forgot a '=back' before '=head1'