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

filters: add ewa_lanczosradius and missing polar bc-splines #308

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Artoriuz
Copy link

@Artoriuz Artoriuz commented Dec 13, 2024

Ewa_lanczosradius is an interesting filter because it produces results that are roughly as sharp as those of ortho lanczos, while being slightly faster than ewa_lanczossharp since it has a shorter radius. The naming convention comes from ImageMagick and I believe it's supposed to indicate that it has an integer radius (3 in this case).

The missing named BC-Splines were added as well to make them more convenient to access. I don't think they're that useful in general, but having them defined probably doesn't hurt.

I wanted to open this on the actual repo instead, but my VideoLAN account is stuck in approval limbo. If you think this is an unnecessary addition please feel free to close. The functionality already exists, these changes only make these filters easier to use.

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

Successfully merging this pull request may close these issues.

1 participant