Skip to content
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

Is there a way to tell the app what image do IGNORE? #490

Open
1 task done
Denis-2021 opened this issue Sep 8, 2024 · 2 comments
Open
1 task done

Is there a way to tell the app what image do IGNORE? #490

Denis-2021 opened this issue Sep 8, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Denis-2021
Copy link

Describe the feature

Lets say I want to find a specific image (good image) and click on it (this is possible now), but there is also images that I want to avoid(bad image) and they can overlap the good image. Is there a way that I can tell the app to ignore the good image when it is near the bad image?
in other words there should be a "Danger" zone that should be ignored no mater what is inside it.

Describe the usage

there are many games that you want to find and click on some coins but avoid bombs or mines at the same time.

Is it a duplicate?

  • There is no duplicates
@Denis-2021 Denis-2021 added the enhancement New feature or request label Sep 8, 2024
@demikian546
Copy link

IMG_20240912_161521

For a simple screen event, it fits mine :)

@Denis-2021
Copy link
Author

IMG_20240912_161521

For a simple screen event, it fits mine :)

That would work only if you need to find the good image while the bad image is not present on the screen.
But what can you do when there are a lot of good images and a some bad images on the screen at the same time, you need to click on the good images but not click accidently on a good image that is too close to the bad image.
If I understand correctly how the program works now, once it found a bad image, all the good images will be ignored?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants