ImageMagick 转换:无法识别的形态方法

发布于 2024-10-28 05:03:31 字数 359 浏览 2 评论 0原文

我在 Imagemagick 的文档中看到这个命令:

convert qc.gif -morphology Thinning:-1 Skeleton qc2.gif

但回显此错误:

convert: UnrecognizedMorphologyMethod `Thinning' @ error/convert.c/ConvertImageCommand/1957.

但是当我列出可用的命令时 (convert -list command)它显示:

+morphology
-morphology

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丘比特射中我 2024-11-04 05:03:32

我将 Imagemagick 更新到 6.6.9-1 版本,现在可以使用了。

I updated Imagemagick to 6.6.9-1 version and now it works.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文