Source: pngquant
Section: graphics
Priority: optional
Maintainer: Nelson A. de Oliveira <naoliv@debian.org>
Build-Depends: cdbs, debhelper (>= 6), libpng12-dev | libpng15-dev, zlib1g-dev
Standards-Version: 3.7.3
Homepage: http://pngquant.org

Package: pngquant
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PNG (Portable Network Graphics) image optimising utility
 pngquant is a command-line conversion utility to quantize and dither truecolor
 PNG images down to 8-bit RGBA-palette PNGs with full alpha channel preserved.
 Such images are usually two to four times smaller than 32-bit versions.
 This makes pngquant especially useful for Web site optimisation.
 .
 Optimizers (like pngcrush and optipng) optimize the compression losslessly,
 while pngquant quantizes colors down to 256 (or fewer) distinct RGBA
 combinations, which is lossy.
