-
Notifications
You must be signed in to change notification settings - Fork 431
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
[REQUEST] Will this tool ever support WebP ? #419
Comments
Same question but for AVIF. Would you consider conversion or is the focus purely on optimizing? At least from that point I get that you won't support webm, avif. Conversion from jpeg to avif/webm might be an interesting use case though. |
I think the way people are using this tool and the author's intent are slightly different.
I think there could be an opportunity for a paid version of ImageOptim? I know I'm extremely happy with ImageOptim and if it could also generate files like webp I'd be happy to pay for it. Just a thought. |
I just ran into this issue and decided to try to make my own version of ImageOptim that supports WEBP: https://github.com/blopker/alic If anyone tries it out, I'd love some feedback! It does all the processing with threads instead of seperate processes, which seems to make optimizing much faster too. It's also using a newer set of tools so the optimizations are ~5% better, which is cool. |
Pinging this because despite newer codecs like AVIF getting wide browser support, WebP still has a place today notably as a lossless codec. While AVIF has superior lossy encoding, most of the time it does much worse than WebP for lossless, especially for artificial images. |
WebP is now the new standard for images on web. Would be amazing to include the cwebp library in this. 🙏
https://developers.google.com/speed/webp/docs/cwebp
p.s sorry if this has already been asked of
The text was updated successfully, but these errors were encountered: