Search found 5 matches

by srooo
25 Jan 2022, 01:47
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 567932

Re: FindText - Capture screen image into text and then find it Topic is solved

Updated to 8.7 version - 2022/01/24 :dance: :beer: 1. Add: Several functions are added: ShowScreenShot(), WaitChange(), GetPicHash(), objview(). 2. Modify: When capturing the screen image, you can use the arrow keys (Up/Down/Left/Right) to adjust the size of the selection box. 3. Add: The return va...
by srooo
06 Feb 2021, 20:12
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 567932

Re: FindText - Capture screen image into text and then find it Topic is solved

feiyue wrote:
05 Feb 2021, 20:01
Add the FindMultColor mode, which is interesting but not intuitive.
Find multi color mode is often used in games. :dance: :beer:
It would be great if it could be as easy to use as FindText.GetColor(x,y). EX: FindText.MultGetColor
by srooo
29 Dec 2020, 19:50
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 567932

Re: FindText - Capture screen image into text and then find it Topic is solved

@srooo You can try this: :beer: :dance: #Include <FindText> F1:: ;----------- r:=FindText.Gui("GetRange"), x1:=r.1, y1:=r.2, x2:=r.3, y2:=r.4 FindText.SavePic(file:="c:\a.bmp", x1, y1, x2, y2) Text1:=FindText.GetTextFromScreen(x1, y1, x2, y2) ;----------- Gui, New Gui, +LastFound +AlwaysOnTop -Capt...
by srooo
29 Dec 2020, 02:04
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 567932

Re: FindText - Capture screen image into text and then find it Topic is solved

The SavePic() function, similar to the CaptureScreen() function, is used to capture screen shots and save to a file, but it can only be saved as a BMP file. :dance: :beer: F1:: r:=FindText_Gui("GetRange"), x1:=r.1, y1:=r.2, x2:=r.3, y2:=r.4 FindText.SavePic("c:\a.bmp", x1, y1, x2, y2) Run, c:\a.bmp...
by srooo
22 Jul 2020, 00:57
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 567932

Re: FindText - Capture screen image into text and then find it Topic is solved

How to use FindText_BindWindow to find the color of x, y in the full-screen temporary image of the background If it can be combined with getcolor(), from this arcticir article https://www.autohotkey.com/boards/viewtopic.php?f=6&t=7451 I think I should solve it, thank you feiyue for creating this pr...

Go to advanced search