Closed starrify closed 9 years ago
In Windows, try:
import pyscreenshot img = pyscreenshot.grab() img.show()
If there are multiple displays, only the primary one would be captured.
pyscreenshot
..Seems to be an upstream issue of PIL.
PIL
pyscreenshot is only a wrapper, first try to test the back-ends.
To Reproduce the Issue
In Windows, try:
If there are multiple displays, only the primary one would be captured.
Tested with..
pyscreenshot
installed from PYPIAnd with Different Platforms