Magick.NET check if two images are completely identical

228 Views Asked by At

Which error metric in Magick is appropriate for checking if two images are completely identical, i.e. both in size and pixel content?

Something like:

return Math.Abs(img1.Compare(img2, ErrorMetric.Absolute)) < double.Epsilon;
0

There are 0 best solutions below