이미지서칭하려고
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
F1::
ImageSearch,0,0,1920.1080, start.png
if errorlevel=0
{
MsgBox, OK
}
if errorlevel=1
{
MsgBox, Fail
}
return
변수 추가해주세요
ImageSearch, x변수,y변수,x시작좌표,y시작좌표,x끝좌표,y끝좌표,*오차률 이미지