Skip to content

GLSL (v1.0 Release Candidate)

Pre-release
Pre-release
Compare
Choose a tag to compare
@DextroseRe DextroseRe released this 19 Aug 16:01
· 317 commits to master since this release
867df9e

Installation Instructions for GLSL/MPV Version

Reduced texture loss, aliasing and banding in Anime4K v1.0 RC at the cost of performance. It now takes 6ms. +2ms for line detection and +1ms for line targeted FXAA.

What's new:

  • A line detection algorithm.
  • Gradient maximization is only applied near lines using the line detector, instead of indiscriminately affecting the entire image. This has the effect of ignoring textures and out of focus elements.
  • Finally, one iteration of targeted FXAA is applied on the lines using the line detector to reduce aliasing.

ComparisonRC