我正在运行以下命令来比较ubuntu终端中两幅图像的phash
compare -metric phash 01.png 02.png compare.png但它错误地指出:
compare.im6: unrecognized metric type `phash' @error/compare.c/CompareImageCommand/728我的识别版本是:
Version: ImageMagick 6.7.7-10 2014-03-06 Q16 http://www.imagemagick.org发布于 2015-12-10 12:30:36
您会得到此错误,因为phash度量已经添加到6.8.8-2版本中。如果您需要此功能,我建议您升级到最新版本。
https://stackoverflow.com/questions/34198226
复制相似问题