Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Possible to scan for multiple images at once?
#2
In the "Find image..." tool capture an image and click More -> Add to array. Then capture more images. It will create code like this.

Code:
Copy      Help
var w = wnd.find(1, "name", "class");
IFImage[] image = {
    @"image:",
    @"image:",
};

var im = uiimage.find(1, w, image);
im.MouseMove();

uiimage.find does not use multiple threads. Probably it would not make much faster. The slow part usually is getting screen pixels.


Messages In This Thread
RE: Possible to scan for multiple images at once? - by Gintaras - 02-10-2023, 06:32 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)