UltimateBoomer / Resolution-Control

more control over the resolution at which minecraft's 3D portion is rendered
MIT License
49 stars 26 forks source link

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

Open Ulexer opened 1 year ago

Ulexer commented 1 year ago

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 commented 11 months ago

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