ponty / pyscreenshot

Python screenshot library, replacement for the Pillow ImageGrab module on Linux.
BSD 2-Clause "Simplified" License
499 stars 89 forks source link

How to take screenshots on multiple screens #93

Closed mndon closed 1 year ago

mndon commented 2 years ago

sane as the all_screens param of PIL.ImageGrab

mndon commented 2 years ago

same as the all_screens param of PIL.ImageGrab

ponty commented 2 years ago

See also #48 #24 #55.

I think that it is not possible to implement such option generally, so I don't plan to add it. What is your use case? Why can't you use PIL.ImageGrab if it has what you need?