Skip to content
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

Add another PNG crusher #237

Closed
jakearchibald opened this issue Oct 30, 2018 · 7 comments
Closed

Add another PNG crusher #237

jakearchibald opened this issue Oct 30, 2018 · 7 comments
Labels
codec new codec support Wasm WebAssembly related request/bugs

Comments

@jakearchibald
Copy link
Collaborator

OptiPNG doesn't seem to do as well as AdvPNG. We should look at porting AdvPNG over.

@kosamari kosamari added codec new codec support Wasm WebAssembly related request/bugs labels Nov 6, 2018
This was referenced Nov 26, 2018
@jakearchibald
Copy link
Collaborator Author

Candidates:

@tobdub
Copy link

tobdub commented Nov 28, 2018

Maybe something like pngquant (https://pngquant.org/) can be interesting for lossy PNG compression. It feels like squoosh is especially good for lossy compression since it makes it easy to compare the before and after pictures.

@jakearchibald
Copy link
Collaborator Author

@tobiasdubois the "reduce palette" preprocessor uses libquant which powers pngquant. We seperated it so you can use it with webp lossless too (you can also use it with jpeg, but there isn't a lot of point).

@tracker1
Copy link

Would love to see a quantization option with palette reduction on the output... huge benefits in many cases.

@surma
Copy link
Collaborator

surma commented Nov 29, 2018

@tracker1 Squoosh already offers that. It’s under “Reduce palette”

@RReverser
Copy link
Contributor

Just to add one more compressor that isn't listed above: PNGWolf. Code on Github: https://github.com/hoehrmann/pngwolf.

@surma
Copy link
Collaborator

surma commented Dec 10, 2020

I think we are all quite happy with Oxi :D

@surma surma closed this as completed Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codec new codec support Wasm WebAssembly related request/bugs
Projects
None yet
Development

No branches or pull requests

6 participants