Page 1 of 1

C++ - Source Code for ImageSearch

Posted: 04 Dec 2018, 02:26
by TheMaoci
Hello
I was searching for it a while is there a way to get ImageSearch like it is in AHK into language C++
i want to made an quick script even faster then ahk imagesearch to find small images on screen.

Any ideas ? any repositories ? any source code in C++ (or in C#) ?

or any other language ?

Re: C++ - Source Code for ImageSearch

Posted: 04 Dec 2018, 02:32
by gregster
AHK is open source and written in C++, including the imagesearch part.
You can find the complete AHK source code on Github: https://github.com/Lexikos/AutoHotkey_L/

Re: C++ - Source Code for ImageSearch

Posted: 04 Dec 2018, 03:20
by Xtra
Use gdip imagesearch it uses machine code and is fast no need to reinvent the wheel.

Re: C++ - Source Code for ImageSearch

Posted: 07 Dec 2018, 10:34
by guest3456
Xtra wrote:
04 Dec 2018, 03:20
Use gdip imagesearch it uses machine code and is fast no need to reinvent the wheel.
https://github.com/MasterFocus/AutoHotk ... mageSearch

Re: C++ - Source Code for ImageSearch

Posted: 23 Jan 2019, 06:37
by TheMaoci
i found an solution in c#
for windows 7 speed goes like 2ms per loop
for unoptimised windowses its like 31ms