asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.24k forks source link

Support for transparent parts inside image to be located #767

Open zhenya-kozhevnikov opened 1 year ago

zhenya-kozhevnikov commented 1 year ago

Just a summary on requested feature which seems to be implemented already.

I have found an open issue for this repository: Support locating needle images with alpha channels. Also there is @asweigart's issue, looking very similar to me, for PyScreeze (which is PyAutoGUI dependency): Feature: transparent pixels. This PyScreeze issue was reported as implemented by @BrettMoan in corresponding pull request. May it be reviewed (and merged if applicable) into PyScreeze, so that both PyScreeze and PyAutoGUI can get this nice feature?

(I'm sorry if this issue's formulation doesn't meet expected style, I'm not experienced in this matter, just trying to stick to the point.)