How to use Morphology method?
Posted: 2011-12-15T11:53:08-07:00
Howdy Folks,
I want to manipulate an image as from the command line
Can someone tell me how to correctly write my perl code:
Thanks
Blair Jones
I want to manipulate an image as from the command line
Code: Select all
convert target.png -morphology dilate disk:5 result.png
Code: Select all
$error=$image->Morphology(kernel=>"dilate disk:5");
Blair Jones