ponty / pyscreenshot

Python screenshot library, replacement for the Pillow ImageGrab module on Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to take screenshots on multiple screens

mndon opened this issue · comments

commented

sane as the all_screens param of PIL.ImageGrab

commented

same as the all_screens param of PIL.ImageGrab

commented

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?