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

Filtering (using Lanczos3 for example) #40

Open
Rodrigodd opened this issue Nov 26, 2024 · 0 comments
Open

Filtering (using Lanczos3 for example) #40

Rodrigodd opened this issue Nov 26, 2024 · 0 comments

Comments

@Rodrigodd
Copy link

Rodrigodd commented Nov 26, 2024

I am currently working on integrating libvips into an image viewer that uses tiling. I am trying to use libvips specifically because it can filter the image during resizing (Lanczos, etc.) (See: Rodrigodd/image-decoder#1).

I recently discovered this project, and I imagine it could serve as a good reference implementation, but it seems to be missing the filtering functionality when zooming out.

Could filtering be added to this project? If it's straightforward to implement, I can try adding it myself. I’ve actually already attempted this, but the code is a bit hard to follow due to the handling of pyramidal image formats.

As a workaround, I will check if I can generate pyramidal images with pre-applied filtering.

Edit: I just found that #1 discusses this. I will check out @aferrero2707's fork and see how it goes.

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

No branches or pull requests

1 participant