-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
OptiPNG isn't optimal #336
Comments
Hi @i-fail we welcome PR to add more codecs :) |
Yeah, I'd like to add zopfli & advcomp. My preference would be advcomp because it's fast, but the project is a bit of a mess and didn't turn out easy to compile. |
Btw, there's a new king to the lossless PNG compression: Efficient Compression Tool by Felix Hanau |
It looks like a wrapper around existing tools like zopflipng & optipng, or am I missing something original there? |
Merging into #237 |
OptiPNG is okay, but you can do better. I keep track of lossless PNG optimizers here:
https://olegkikin.com/png_optimizers/
Pingo and PNGOut and ZopfliPNG are the best so far.
The text was updated successfully, but these errors were encountered: