~ubuntu-branches/debian/sid/pngquant/sid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: pngquant
Section: graphics
Priority: optional
Maintainer: Nelson A. de Oliveira <naoliv@gmail.com>
Build-Depends: debhelper (>= 4.0.0), libpng12-dev, zlib1g-dev
Standards-Version: 3.6.1

Package: pngquant
Architecture: any
Depends: ${shlibs:Depends}
Description: PNG (Portable Network Graphics) image optimising utility
 pngquant is a command-line utility to quantize and dither 32-bit RGBA
 PNGs down to 8-bit (or smaller) RGBA-palette PNGs, usually with a
 significant reduction in file size. (Other PNG image types, even
 colormapped images, may also be processed, but they will first be
 expanded to RGBA, which isn't the most efficient way to do so.) This
 is the same technique used for many of the images on the Miscellaneous
 Transparent PNGs page (http://www.libpng.org/pub/png/pngs-img.html), and
 the results are often indistinguishable from the original, truecolor PNG
 images.
 .
 Version 1.0 supports batch processing (i.e., wildcard multifile
 capability: "pngquant 256 *.png"), palette (tRNS) optimization, and
 Unix-style filter operation (e.g., "make_RGBA_png | pngquant 48 |
 some_other_command").
 .
 Homepage: http://www.libpng.org/pub/png/apps/pngquant.html