01-26-2015, 07:55 AM
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)) ... ...
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)) ... ...
