how to map "-morphology edgein diamond:1" in PerlMagick
Posted: 2014-02-24T08:45:02-07:00
Hello,
I want to map this command line
convert imput.png -morphology edgein diamond:1 result.png
in PerlMagick but with the description of the Morphology method
Morphology kernel=>string, channel=>{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}, iterations=>integer
I do not see how this could be made. Thanks for any help!
I want to map this command line
convert imput.png -morphology edgein diamond:1 result.png
in PerlMagick but with the description of the Morphology method
Morphology kernel=>string, channel=>{All, Default, Alpha, Black, Blue, CMYK, Cyan, Gray, Green, Index, Magenta, Opacity, Red, RGB, Yellow}, iterations=>integer
I do not see how this could be made. Thanks for any help!