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

Use real screen size #39

Closed
wants to merge 1 commit into from
Closed

Conversation

AyWa
Copy link

@AyWa AyWa commented May 16, 2021

fix #20

Description

I am not expert of the macos screen resolution, but we can split:

  • the physical size of the screen 2880 x 1800
  • the "resolution" / scale -> 1680 x 1050 (can change depending on the scaling settings
  • the size of the screen that the system is using before scaling down ( x2 the resolution / scale) -> 3360 x 2100

this patch is using the 3 data -> the size of the screen that the system is using before scaling down -> which is the same behavior that the macos PrtScn is using

@AyWa AyWa closed this Feb 24, 2022
@AyWa AyWa deleted the fix/macos-quality branch February 24, 2022 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for capture of High DPI screenshots on mac os
1 participant