-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat(catwalk): use ril with pure rust webp feature #147
Conversation
was just testing this out and noticed it's quite a lot faster than catwalk on main:
nice! |
I'd like to update this PR with my latest changes on my ril PR, but I don't have write permissions to this branch anymore. |
I've added you as a Maintainer. c: |
92f6f0a
to
0bcddb5
Compare
I can pretty much replicate these results 1:1 on my own x86_64 hardware, but it seems like the compression factor is worse? Here I'm using the PR version of catwalk to generate |
that is interesting, i didn't think to check file size. i get similar results with imagemagick coming out on top:
|
Closes catppuccin/catwalk#5, moving all the dependencies to native Rust instead of binding to libwebp-sys.