Overview of ZopfliPNG
masterZopfliPNG is a command-line program designed to optimize Portable Network Graphics (PNG) images. It achieves better compression by using Zopfli compression for the Deflate stage, comparing various scanline filter strategies, and choosing suitable color types for lossless encoding.
Key features include:
- Removal of unimportant ancillary chunks (metadata, text, etc.) to reduce file size.
- Optional alteration of hidden colors in fully transparent pixels for improved compression.
- Optional conversion of 16-bit color channels to 8-bit.
Note: ZopfliPNG uses significantly more CPU time (2-3 orders of magnitude more) than libpng to achieve these optimizations.