toy / image_optim

Optimize images using multiple utilities
https://github.com/toy/image_optim
MIT License
1.52k stars 109 forks source link

Consider OxiPng instead of OptiPNG #167

Closed kaspergrubbe closed 3 years ago

kaspergrubbe commented 5 years ago

Hey @toy, I am not sure if you have seen it, but

OxiPng is a rewrite of OptiPNG that supports multithreading and written in a safer language (rust) https://crates.rs/crates/oxipng

I do not know if they are 1-to-1 compatible, but maybe it would be worth looking into, their benchmarks looks promising.

toy commented 5 years ago

Thanks for opening the issue. It looks interesting, as optimisation of png images is extremely slow and whatever can help it is good.

toy commented 3 years ago

This should have been closed with #190