Hi , I am currently using pyautogui Which using this backend for pixel getting.
windll.gdi32.GetPixel(0, 8, 8)
File "\pyscreeze\__init__.py", line 608, in pixel
color = windll.gdi32.GetPixel(hdc, x, y)
ctypes.ArgumentError: argument 1: <class 'OverflowError'>: int too long to convert
this would happend when i was trying to capture Top Most Seted Window Pixel
I searched Other Issue , But Non of them fits for me.
Hi , I am currently using
pyautogui
Which using this backend for pixel getting.this would happend when i was trying to capture Top Most Seted Window Pixel I searched Other Issue , But Non of them fits for me.