You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just thought it would be cool to have a few more scaling filters available, like bicubic and lanczos. Bicubic has looked a bit nicer for downscaling in my experience!
The text was updated successfully, but these errors were encountered:
Scaling is currently implemented via the OpenGL GL_TEXTURE_MIN_FILTER/GL_TEXTURE_MAG_FILTER texture parameter options.
Supporting other scaling filters would require actually implementing them manually (and I have no experience implementing such algorithms) because OpenGL does not provide them as far as I know.
I'll gladly accept a PR that adds this, but probably won't implement this myself in the near future (at least until I find enough time to look at how texture filtering actually works)
Ferdi265
changed the title
(enhancement) More (down)scaling filters?
Support more scaling filters such as Bicubic or Lanczos
Mar 19, 2022
I just thought it would be cool to have a few more scaling filters available, like bicubic and lanczos. Bicubic has looked a bit nicer for downscaling in my experience!
The text was updated successfully, but these errors were encountered: