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

Bicubic Filter Rounding Error #46

Open
Cae-the-Kitsune opened this issue Aug 19, 2024 · 0 comments
Open

Bicubic Filter Rounding Error #46

Cae-the-Kitsune opened this issue Aug 19, 2024 · 0 comments

Comments

@Cae-the-Kitsune
Copy link

In Filters / Upscaling - Lanczos Bicubic etc / Bicubic.txt, six of the coefficients each add up to 127 instead of 128, creating a faint pattern in the image that shouldn't be there. I presume this is a rounding error, but I don't understand the math well enough to know which tap within each coefficient needs 1 added to it in order to correct it. The erroneous coefficients are found in lines 14, 15, 35, 45, 65, and 66 of the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant