Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add high quality glow mode (3.x) #51491

Merged
merged 1 commit into from
Oct 8, 2021

Commits on Aug 11, 2021

  1. Add high quality glow mode

    This backports the high quality glow mode from the `master` branch.
    
    Previously, during downsample, every second row was ignored.
    Now, when high-quality is used, we sample two rows at once to ensure
    that no pixel is missed. It is slower, but looks much better and has
    a much high stability while moving.
    
    High quality also takes an additional horizontal sample the width of the
    horizontal blur matches the height of the vertical blur.
    Calinou committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    0e0af7f View commit details
    Browse the repository at this point in the history