Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scan cant find image
#1
Im having problem with scan again....
One image it can find while it can't find the other image...
"Txt_CannotGainAtCurrentState.bmp" can be found.
"Txt_ClickOnCharToUseSkill.bmp" can not be found.

FYI: Im using the transparancy option also.
My own code to test it was:
Code:
Copy      Help
;Setup Search area for Image Recognition.
Application.IR.Search.left        = 0
Application.IR.Search.top        = 100
Application.IR.Search.right        = 220
Application.IR.Search.bottom    = 280
Application.IR.Txt_ClickOnCharToUseSkill.r = Application.IR.Search
if( FindImage(Application.IR.Txt_ClickOnCharToUseSkill, 0, 1, 1, 1) )
,bee
;;end-if
Application.IR.Txt_CannotGainAtCurrentState.r = Application.IR.Search
if( FindImage(Application.IR.Txt_CannotGainAtCurrentState, 0, 1, 1, 1) )
,bee; wait 0.5; bee
;;end-if


Attached Files
.zip   BmpImages.zip (Size: 1.2 KB / Downloads: 329)
Well thats all for now, 3M


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)