NAME
Image::Magick::Stencilize
SYNOPSIS
use Image::Magick;
use Image::Magick::Stencilize;
my $image = new Image::Magick;
$image->Read('./image.jpg');
$image->Stencilize;
$image->Write('./image_stencilized.jpg');
DESCRIPTION
Adds method to Image::Magick namespace to make an image you can make a silk-screen out of. Makes the image black and white. If you do graphic design or like Andy Warhol, this may be for you.
Stencilize()
optional arguments are threshold (15-75) and blur percentage (0-100) defaults are thrshold 40 and blur percentage 4
AUTHOR
Leo Charre