Hello,
I'm using the Image::Magick module and need to slight Blur a PNG image.
my $imagepng = '/path/to/image.png';
my $image = Image::Magick->new();
$image->Read($imagepng);
# Now create image with Blur
__END__
But haven't come up with the proper coding to blur the image, then create the
blur image. Any help would be appreciated.
TIA,
Mike(mickalo)Blezien
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>