Reputation: 11
I saw in documentation of Imagemagick this command:
convert qc.gif -morphology Thinning:-1 Skeleton qc2.gif
But echo this error:
convert: UnrecognizedMorphologyMethod `Thinning' @ error/convert.c/ConvertImageCommand/1957.
But when I list the commands avaliable (convert -list command
) it shows:
+morphology
-morphology
Upvotes: 0
Views: 481