我正在使用imagemagick命令:
compare imgcopy.tif imgorig.tif -compose src -highlight-color blue imgdif.tif
在qtp中像这样:
set img = CreateObject("ImageMagickObject.MagickImage.1")
img.Compare Path & img1.tif, path & img2.tif ,"-compose src -highlight-color blue & path & imgdif.tif
它不起作用......
如果我在没有
的情况下使用它-compose src -highlight-color
命令工作得很好
set img = CreateObject("ImageMagickObject.MagickImage.1")
img.Compare Path & img1.tif, path & img2.tif ,path & imgdif.tif