comjar

Results 1 issues of comjar

``` needle = autopy.bitmap.Bitmap.open('needle.png') haystack = autopy.bitmap.capture_screen() pos = haystack.find_bitmap(needle,0.03,((700, 80), (200,420))) print(pos) ``` from this piece of code I can get pos from around (0,80) to (900,500) I think...

bug