catppuccin / catwalk

🚶 Soothing pastel previews for the high-spirited!
MIT License
11 stars 2 forks source link

Update to Rust native webp implementation #5

Open nekowinston opened 4 months ago

nekowinston commented 4 months ago

We should try to make catwalk use https://github.com/image-rs/image-webp instead of relying on libwebp.

nekowinston commented 4 months ago

Current status: it seems like the image-webp implementation as of today has some encoding differences with lossless libwebp. I'm running into problems when trying some image size & pixel type (rgb vs rgba) combinations, transitioning to webp-pure might take a while.

nekowinston commented 1 month ago

FYI I'm abandoning work on this issue, feel free to pick it up or close as not planned.