asweigart / pyscreeze

PyScreeze is a simple, cross-platform screenshot module for Python 2 and 3.
BSD 3-Clause "New" or "Revised" License
191 stars 96 forks source link

One color images are always located at (0, 0) #107

Open asweigart opened 1 year ago

asweigart commented 1 year ago

For example, an all-red image is used as the needle image for a screenshot or another image. Even if a red patch is not in the haystack image, the locate functions return a match at (0, 0)