03-12-2012, 01:29 PM
Rarely used. The main purpose is reliability.
Use when you want to compare PART of the image file, not the whole rectangle. For example, in mspaint you can easily draw a mask on a captured image. Draw parts that don't want to compare with the color of the top-left pixel. You can choose any color.
Also: Often you capture an icon or other small image that is drawn in a dialog or some other background color. The background can change (changed theme, Windows version etc). In most cases color of top-left pixel is background, not the visible part of the icon. If you use this flag, you make the searching independent of the background color. However it will not work with icons that have alpha channel (partially transparent parts), unless you edit the image.
Use when you want to compare PART of the image file, not the whole rectangle. For example, in mspaint you can easily draw a mask on a captured image. Draw parts that don't want to compare with the color of the top-left pixel. You can choose any color.
Also: Often you capture an icon or other small image that is drawn in a dialog or some other background color. The background can change (changed theme, Windows version etc). In most cases color of top-left pixel is background, not the visible part of the icon. If you use this flag, you make the searching independent of the background color. However it will not work with icons that have alpha channel (partially transparent parts), unless you edit the image.
