Skip to content

Take Screenshot creates image with wrong resolution #58

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

Closed
Ontwikseltsaar opened this issue Mar 2, 2021 · 0 comments · Fixed by #59, #75 or #228
Closed

Take Screenshot creates image with wrong resolution #58

Ontwikseltsaar opened this issue Mar 2, 2021 · 0 comments · Fixed by #59, #75 or #228

Comments

@Ontwikseltsaar
Copy link
Contributor

When taking a screenshot of OBS' Windowed Projector, the dimensions of the image are incorrect (472 x 239 instead of 480 x 270).

Upon loading the settings file and selecting the Windowed Projector window, it seems the parameters of rect are
bottom: 270
left: 8
right: 480
top: 31
And after I readjust the X and Y values using the arrows in the spin box (8 to 7 to 8, 31 to 30 to 31):
bottom: 301
left: 8
right: 488
top: 31

Reproduced as follows with the attached settings file:

  1. Load settings.
  2. Select window (Windowed Projector (Source) - Game).
  3. Take Screenshot (472 x 239).
  4. Use the arrows in the spin box to adjust X to 7 and back again to 8, and Y to 30 and back again to 31.
  5. Take Screenshot (480 x 270).

settings.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment