easymodo / qimgv

Image viewer. Fast, easy to use. Optional video support.
GNU General Public License v3.0
2.35k stars 167 forks source link

[Feature Request] More Scaling Filter #462

Open Ichisich opened 1 year ago

Ichisich commented 1 year ago

Related to https://github.com/easymodo/qimgv/issues/425#issue-1293056866

Depending on the use case, the nearest-neighbour, bilinear and bicubic filter, all can have noticeable drawbacks. On a subjective level, I would recommend implementing at least Spline36 (Sharp) and Mitchell (artefact free, especially useful for downsampling).

P.S. Currently, the toggleScalingFilter shortcut only cycles between the nearest-neighbour and the bilinear filter.