Joel Holveck
Joel Holveck
### Changes proposed in this PR This is close to complete, but there's a few things that need to be chased down: notably, the test_thread_safety test is failing, for some...
I haven't looked closely at the code for other OSs yet, but the Linux code will populate `_monitors` once, and then leave it alone. It doesn't ever change, even if...
Some users may want their screenshots in GPU memory. This is common for deep learning and other AI use cases, as well as GPU-accelerated video encoding, or redisplaying the contents...
I propose adding optional support to reuse buffers for improved performance. This can be enabled with a keyword in the `grab` method, or in the MSS constructor. (The `shot` and...
The XComposite extension is the fastest general-purpose screen capture mechanism for X Windows, by far. This mechanism only operates on a single window, but it operates directly in the compositing...