Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scan Multiple Images
#2
When in dialog "Find image" you select 'variable for multiple results', it shows in QM output how the variable can be used. Copy/paste or drag/drop the code to the macro.
Macro Macro2467
Code:
Copy      Help
ARRAY(RECT) a
int w=win("Firefox" "MozillaWindowClass")
scan "image:h43E41782" w 0 2|16 0 a
;sample code, shows how to use the array
out
int i
for i 0 a.len
,RECT& rr=a[i]
,mou rr.left rr.top
,0.5


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)