asweigart / pyscreeze

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

Feature: transparent pixels #50

Open asweigart opened 5 years ago

asweigart commented 5 years ago

Idea for a new feature: when calling the locate functions, any fully transparent pixels in the needle image should match any pixel on the screen.

BrettMoan commented 4 years ago

Hey, i've added a pull request for this feature. have you had a chance to take a look at it?

BrettMoan commented 4 years ago

PR #57 adds this functionality.

BrettMoan commented 2 years ago

@asweigart any interest in implementing this feature? If so i could dig into the old PR referenced above and get the PR updated with tests and stuff.

jimmydevine commented 3 months ago

Was this ever implemented/merged? This would be very useful.