Posts: 15
Threads: 10
Joined: Jan 2015
Hi Gintaras, is there a possibility that we can use the scan function in order to find an image of similarity? I figured out why the macro isn't finding the multiple images on the screen; they are slightly different. But, only slightly! Any consulting would be helpful! Thank you.
Posts: 12,147
Threads: 143
Joined: Dec 2002
If slightly different color - use "Allowed color difference".
If different some parts of the image - mask these parts with the color of the top-left pixel, and check "Ignore pixels of top-left color".
If different whole image - use multiple images: if(scan(image1...)) ... else if(scan(image2)) ... ...