mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 14:25:05 +00:00
5952dfe73f
As none of the known Upscaling algorithms handle Alpha, we need to manually restore and interpolate it properly. While this technically reduces visual quality slightly, the chances of this being noticed are slim to none considering that Upscaling is already a questionable solution to quality. Linear was picked here as it produces the best overall result for scaling, keeping gradients mostly in one piece. Mostly. Fixes #646 |
||
---|---|---|
.. | ||
filter-blur.cpp | ||
filter-blur.hpp | ||
filter-color-grade.cpp | ||
filter-color-grade.hpp | ||
filter-denoising.cpp | ||
filter-denoising.hpp | ||
filter-displacement.cpp | ||
filter-displacement.hpp | ||
filter-dynamic-mask.cpp | ||
filter-dynamic-mask.hpp | ||
filter-nv-face-tracking.cpp | ||
filter-nv-face-tracking.hpp | ||
filter-sdf-effects.cpp | ||
filter-sdf-effects.hpp | ||
filter-shader.cpp | ||
filter-shader.hpp | ||
filter-transform.cpp | ||
filter-transform.hpp | ||
filter-upscaling.cpp | ||
filter-upscaling.hpp |