mirror of
https://github.com/EslaMx7/ScreenTask.git
synced 2026-04-25 13:25:50 +03:00
[GH-ISSUE #32] Screen resolution incorrect with high DPI scaling #30
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenTask#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @baiger on GitHub (Mar 30, 2020).
Original GitHub issue: https://github.com/EslaMx7/ScreenTask/issues/32
Hi! I very much appreciate your project. Here's a minor problem when I was running it on my Surface Pro: with DPI scaling, the app is getting a scaled resolution instead of the true one and therefore captures only a part of the screen.
The solution is to add dpiAware settings to app.manifest. I have tried the snippet included in the following StackOverflow thread with success:
https://stackoverflow.com/questions/47015893/windows-screenshot-with-scaling
@ElBedeawi commented on GitHub (Feb 22, 2022):
it's has been fixed for a while, you can check the latest version v1.2