Closed mutiev closed 1 year ago
same issue met here, macOS with M2 Max, Ventura 13.4.1 python environment is managed with anaconda, python 3.10, pyscreeze 0.1.29
b4 a fix release, here is an work around // img = pyautogui.screenshot(region=(x, y, w, h)) full_desk_img = pyautogui.screenshot() img = full_desk_img.crop((x, y, x + w, y + h))
This fix is going into 1.0.0. Thanks!
This fix is going into 1.0.0. Thanks!
I was actually looking forward to make this as my first successful PR getting merged and an open source contribution but anyways, thanks for acknowledging and including it in the new version. Happy to help! :)
I'm taking a screenshot of region but instead I have full desktop screenshot
my hardware setup: macmini m2, one monitor