Use pngquant for image compression
mainpngquant is a PNG compressor that reduces file sizes by converting images to an efficient 8-bit PNG format with an alpha channel. This typically results in files that are 60-80% smaller than 24/32-bit PNGs while remaining standards-compliant.
Basic Usage
- Batch conversion: Process multiple files at once using wildcards.
- Stdin/Stdout: Chain with other Unix tools using
pngquant -.
To achieve even smaller file sizes, it is recommended to use pngquant in conjunction with tools like oxipng, ImageOptim, or zopflipng.