Search found 4 matches

by tru
18 Sep 2021, 09:21
Forum: Gaming Help (v1)
Topic: Help me, search image Topic is solved
Replies: 9
Views: 2189

Re: Help me, search image Topic is solved

Try: https://www.autohotkey.com/boards/viewtopic.php?t=82812 Refer the following Global array elements to know the screen coordinates where the pixel change occurred: Window X,Y : A_Args.ScrCmp.CX and A_Args.ScrCmp.CY Screen X,Y : A_Args.ScrCmp.SX and A_Args.ScrCmp.SY i have researched but i don't ...
by tru
06 Sep 2021, 03:47
Forum: Gaming Help (v1)
Topic: Help me, search image Topic is solved
Replies: 9
Views: 2189

Re: Help me, search image Topic is solved

Hallo, just an idea. Take a snapshot #1 of the area, invert all its color values and overlay with a later second non-inverted snapshot #2 Color value#3 = (Color values#1 + Color values#2) / 2 All static areas will disappear and time-varying areas will be easy to find. Can you give specific instruct...
by tru
06 Sep 2021, 03:45
Forum: Gaming Help (v1)
Topic: Help me, search image Topic is solved
Replies: 9
Views: 2189

Re: Help me, search image Topic is solved

Gdip_ImageSearch should work because you would be searching a static, captured image. But it may take several samples before it finds it because the yellow border is faded out part of the time. You need to create the reference image wisely. Using a reference image made up of just a few pixels of th...
by tru
05 Sep 2021, 12:20
Forum: Gaming Help (v1)
Topic: Help me, search image Topic is solved
Replies: 9
Views: 2189

Help me, search image Topic is solved

Hi everyone, I have an animation in the game but can't find it. I have tried with Imagesearch, pixelsearch, Gdip_Imagesearch (Gdip_Imagesearch with form file is ok). Below is a picture (I also uploaded the video) I need to find the flickering yellow border and click on that image. The yellow border ...

Go to advanced search