ImageMagick to compare 2 images, marked with 2 different color on the output image
问题 I want make 2 different colors on the output image when using Imagemagick. I have an original image with "Hello World" in it. And a modified image with "Hello Warcraft" in the same area. The default compare command will give me a image and mark all the differences with red. Now I want to use 2 different colors like "orld" marked as red, and "arcraft" marked as another color, maybe blue. Is ImageMagick able to do this? If not, how to use ImageMagick to transfer a specified color to another one