-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Region.exists() cannot work with Pattern(np.array()) #144
Comments
Does this work in Sikuli? |
In SikuliX a Pattern in the 1st place has to be created based on an image file name (as I guess it is implemented here). The question is: what is RaiMan from SikuliX |
In Lackey, screen captured images are stored internally in a numpy array (probably the equivalent of the Java BufferedImage). |
So I guess, she/he wants to create a Pattern from a captured image. So you have to decide, wether you allow that or you say: save the internal image to a temp file and then use it with the Pattern feature. |
Fix in develop for testing. |
lackey/lackey/RegionMatching.py
Line 649 in 7adadfa
The text was updated successfully, but these errors were encountered: