Open DataMower opened 11 months ago
iMac (Retina 5K, 27-inch, Late 2014), Screen Size: 2560 x 1440 macOS Big Sur 11.7.10 MouseInfo 0.1.3 Pillow version 8.0.1 PyAutoGUI version 0.9.52
MouseInfo cannot read RGB pixel values correctly:
RGB color shows 'NA_on_macOS' RGB as Hex shows 'NA_on_macOS' Color field is dark black
The rest works (although F-keys are not displayed anymore after first usage of a button).
How can I fix that?
pyautogui seems to have problems with Mac Retina displays (see my explanation of issue #830). The source code should be updated to handle Retina displays.
iMac (Retina 5K, 27-inch, Late 2014), Screen Size: 2560 x 1440 macOS Big Sur 11.7.10 MouseInfo 0.1.3 Pillow version 8.0.1 PyAutoGUI version 0.9.52
MouseInfo cannot read RGB pixel values correctly:
RGB color shows 'NA_on_macOS' RGB as Hex shows 'NA_on_macOS' Color field is dark black
The rest works (although F-keys are not displayed anymore after first usage of a button).
How can I fix that?