Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to capture all monitors on Windows #3950

Merged
merged 4 commits into from Sep 27, 2019

Conversation

nulano
Copy link
Contributor

@nulano nulano commented Jul 5, 2019

Resolves #1547

Provides workaround for #2438, #3432, #3626:
For some reason grabbing a screenshot of the whole screen with the new ImageGrab.grab(multimonitor=True) ignores DPI scaling properly.

Edit: I didn't look at the screenshot closely enough.

@radarhere radarhere changed the title add option to capture all monitors on Windows Add option to capture all monitors on Windows Jul 5, 2019
src/PIL/ImageGrab.py Outdated Show resolved Hide resolved
src/display.c Outdated Show resolved Hide resolved
@nulano
Copy link
Contributor Author

nulano commented Jul 31, 2019

I have removed the FIXME comment now that it will be resolved by #4000 (it was in the wrong place anyway).

@aclark4life aclark4life added this to New Issues in Pillow Sep 12, 2019
src/PIL/ImageGrab.py Outdated Show resolved Hide resolved
@hugovk hugovk merged commit 310d2c9 into python-pillow:master Sep 27, 2019
@hugovk
Copy link
Member

hugovk commented Sep 27, 2019

Thanks!

radarhere added a commit to radarhere/Pillow that referenced this pull request Sep 28, 2019
radarhere added a commit to radarhere/Pillow that referenced this pull request Sep 28, 2019
@nulano nulano deleted the imagegrab_multimonitor branch September 28, 2019 11:53
radarhere added a commit that referenced this pull request Sep 29, 2019
@radarhere radarhere moved this from New Issues to Done in Pillow Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Pillow
  
Done
Development

Successfully merging this pull request may close these issues.

ImageGrab fails with multiple monitors
3 participants