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

Sharpness of SD multisegment resizer #24

Open
vadosnaprimer opened this issue Aug 25, 2024 · 1 comment
Open

Sharpness of SD multisegment resizer #24

vadosnaprimer opened this issue Aug 25, 2024 · 1 comment

Comments

@vadosnaprimer
Copy link
Collaborator

vadosnaprimer commented Aug 25, 2024

PointResize(int(temp_width), sample.height)

This new approach (introduced in #12) does weird things with PCem startup. It takes this 640x680 frame

изображение

and resizes it to gameplay resolution of 800x600 like this

изображение

while it should be closer to this, to appear more like on a CRT monitor (and does appear if I comment out that line above)

изображение

Same deal with this 640x480 frame

изображение

that should look like this

изображение

@vadosnaprimer
Copy link
Collaborator Author

Should be fixed by #25

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

No branches or pull requests

1 participant