So I made a function to capture images to limit the time it takes to capture lots of images.
So I call the function
“CaptureImageScript”.CaptureImages (the folder of my folder,(200,200),(500,400),“BackgroundPatternFill” ,“Pulsing”, 4)
Parameter 2 top left coordinate and 3 bottom right coordinate for the capture rectangle.
Then in the function it captures like this.
CaptureScreen(Name: item 1 of params & “Result” & cnt, rectangle:((item 2 of params),(item 3 of params)), ImageInfo: CaptureInfo)
I just set the SearchType and Discrepency for Image Info.
When I use the Image Doctor the Original Location is set to 150, 100
Any thoughts on how to fix this?