【发布时间】:2015-03-20 00:01:22
【问题描述】:
我正在尝试使用以下命令将图像“img.tif”转换为“img.jpg”:
convert img.tif img.jpg
然后出现这个错误:
convert: no decode delegate for this image format `TIFF' @ error/constitute.c/ReadImage/501.
我在网上搜索了答案,但没有任何效果。 以前遇到此问题的人的建议是:
brew reinstall imagemagick --with-libtiff
,我已经这样做了,但无济于事。来电:
convert -list configure
仍然为 DELEGATES 提供以下信息:
DELEGATES bzlib mpeg png x xml zlib
任何其他建议将不胜感激。 从命令行从 .tif 转换为 .jpg 的另一种方式。
【问题讨论】:
-
查看此答案 [此处][1]。先卸载再安装试试。 [1]:stackoverflow.com/a/10319327/3506427
标签: imagemagick jpeg tiff imagemagick-convert data-conversion