You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: