garamond13 / 2D-Image-Resampling

A general resampling algorithm made for experimental / testing use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interpolation-based image scaling

The mpv player user shader for interpolation-based image scaling. Designed for experimental / testing use.

Usage

  • If you place this shader in the same folder as your mpv.conf, you can use it with glsl-shaders-append="~~/interpolation_based_image_scaling.glsl".
  • The shader is controlled under user configurable section by changing macro values and by directly implementing filter kernel.
  • Requires vo=gpu-next.

Notes

About

A general resampling algorithm made for experimental / testing use.

License:MIT License


Languages

Language:GLSL 100.0%