I am looking for a way to find duplicate images using AutoIt. I\'ve looked into PixelSearch and SearchImage but neither do exactly what I need them to do.
If you want to find out if both images are an exact match, regardless if names are the same or different, use the built-in Crypt function _Crypt_HashFile with MD2 or MD5 to make a hash of both files and compare that.