Image Finding¶
Transparent pixels¶
With FindImage
and FindTemplate
pixels that are fully transparent (being the pixels alpha value is 0) will be “skipped” when searched for.
For example with this image:
With this as the target to search in:
Would result with the image being found as transparent pixels would be ignored when searching.