pngquant
Utility and library for lossy compressing PNG images
pngquant is a PNG compressor that significantly reduces file sizes by converting images to a more efficient 8-bit PNG format with alpha channel (often 60-80% smaller than 24/32-bit PNG files). Compressed images are fully standards-compliant and are supported by all web browsers and operating systems.
Features:
High-quality palette generation using a combination of vector quantization algorithms.
Unique adaptive dithering algorithm that adds less noise to images than the standard Floyd-Steinberg.
Easy to integrate with shell scripts, GUIs and server-side software.
Fast mode for real-time processing/large numbers of images.
- Versions: 2.12.6
- Website: https://pngquant.org/
- Licenses: GPL 3+
- Package source: gnu/packages/image.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of pngquant
as follows:
guix install pngquant
Or install a particular version:
guix install pngquant@2.12.6
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of pngquant about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/pngquant'><img src='https://packages.guix.gnu.org/packages/pngquant/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/pngquant)
Example Org:
[[https://packages.guix.gnu.org/packages/pngquant][https://packages.guix.gnu.org/packages/pngquant/badges/latest-version.svg]]