5 ms·
there are png optimizer programs, e.g. optipng
by nerfhammer 5y ago
there are png optimizer programs, e.g. optipng
- vadfa 5y ago`optipng -o9 -strip all' is a must
- pseudosavant 5y agoThe Squoosh (web) app is awesome for this too! All processing is done locally with wasm. https://squoosh.app https://squoosh.app
- jamesfinlayson 5y agoI found https://pngquant.org/ https://pngquant.org/ to be pretty good.
- indemnity 5y agoWarning: pngquant is GPL v3 licensed.
- account42 5y agoNote that unlike some of the other tools mentioned here, pngquant does lossy compression. Might still be the right tool in many cases, but it means you should check the output while e.g. optipng is a no-brainer to add to whatever your publishing pipeline is.
- memco 5y agoImageOptim was a favorite of mine. They have a standalone mac app and a webservice. It combines several of these tools into a single GUI.