ponty / pyscreenshot

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

Capturing only on display when there are multiple ones (Windows-specific) #24

Closed starrify closed 9 years ago

starrify commented 9 years ago

To Reproduce the Issue

In Windows, try:

import pyscreenshot
img = pyscreenshot.grab()
img.show()

If there are multiple displays, only the primary one would be captured.

Tested with..

starrify commented 9 years ago

..Seems to be an upstream issue of PIL.

ponty commented 9 years ago

pyscreenshot is only a wrapper, first try to test the back-ends.