Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Hi all,
Can I use compare -metric AE... expect specified color? I have relatively big images with solid background color, and want to measure differences from just like 50px thin line (other colors mostly, gray shades) and it is very hard to adjust tolerances and -fuzz percentage.
Thanks for your help.
If you want to count the number of pixels that aren't green, you could create another image the same size, entirely green. Then compare with metric AE.