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

Increasing the resolution scale more than 2x does not improve the image quality. #47

Open
Ulexer opened this issue Aug 23, 2023 · 1 comment

Comments

@Ulexer
Copy link

Ulexer commented Aug 23, 2023

Linear interpolation is not suitable for scales larger than 2x. With linear interpolation, a resolution scale above 2x makes no sense other than performance testing. Instead, it is better to use averaging. Here is an example showing how bad linear interpolation is.

@christopher317
Copy link

agreed, i would say it looks fine for 1x through 2x ( if even slightly better ) but for 3x+ it makes it far worse than 2x.
As Ulexer said, it would be better to use averaging

1x:
image

2x:
image

4x:
image

8x:
image

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

2 participants