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

Fix multisegment SD resizing #25

Merged
merged 1 commit into from
Aug 31, 2024
Merged

Conversation

despoa
Copy link
Collaborator

@despoa despoa commented Aug 29, 2024

The current code for SD multisegment resizing had PointResize() being used even if the current segment had dimensions that were less than 100% bigger (2x size). This led to sharp resizing artifacts that Lanczos4Rezize() should have covered up but didn't. This should fix it. Addresses issue #24

Fix SD multisegment resizing where PointResize() was used all the time, rendering Lanczos4Resize() useless and certain video segments too sharp when resized.
@vadosnaprimer vadosnaprimer merged commit 0a2b0b4 into TASEmulators:x64 Aug 31, 2024
@despoa despoa deleted the ms_fix branch September 27, 2024 02:13
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.

2 participants