AutoHotKey ImageSearch功能在我的计算机上不起作用!它与PNG transparency either like on this question无关。
我使用FastStone Screenshotter拍摄屏幕快照,然后进行简单的搜索,但它永远无法检测到图像。我还使用了不同的屏幕截图工具(不是那么重要)并仅使用自动热键以及Pulover的MacroCreator来尝试了此操作...
我想我想得出结论,这不是代码,也许可以找出它是什么...或任何其他选择。
这是要测试的代码。
#+q::
CoordMode, Pixel, Screen
ImageSearch, FoundX, FoundY, -200,700, 0, 900, "B:\Users\Ahmed\Desktop\!Temp\TMP\!imagetest.png"
Sleep, 1000
If ErrorLevel = 0
{
MsgBox, 0, , FOUND!
;~ Click, %FoundX%, %FoundY% Left, 1
}
If ErrorLevel
{
MsgBox, 49, Continue?, Image / Pixel Not Found.`nPress OK to continue.
IfMsgBox, Cancel
Return
}
return