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

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Nelson A. de Oliveira
  • Date: 2005-03-03 22:29:03 UTC
  • Revision ID: james.westby@ubuntu.com-20050303222903-9a1qjwri3pr8qp69
Tags: 1.0-1
Initial Release (Closes: #283960)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: pngquant
 
2
Section: graphics
 
3
Priority: optional
 
4
Maintainer: Nelson A. de Oliveira <naoliv@gmail.com>
 
5
Build-Depends: debhelper (>= 4.0.0), libpng12-dev, zlib1g-dev
 
6
Standards-Version: 3.6.1
 
7
 
 
8
Package: pngquant
 
9
Architecture: any
 
10
Depends: ${shlibs:Depends}
 
11
Description: PNG (Portable Network Graphics) image optimising utility
 
12
 pngquant is a command-line utility to quantize and dither 32-bit RGBA
 
13
 PNGs down to 8-bit (or smaller) RGBA-palette PNGs, usually with a
 
14
 significant reduction in file size. (Other PNG image types, even
 
15
 colormapped images, may also be processed, but they will first be
 
16
 expanded to RGBA, which isn't the most efficient way to do so.) This
 
17
 is the same technique used for many of the images on the Miscellaneous
 
18
 Transparent PNGs page (http://www.libpng.org/pub/png/pngs-img.html), and
 
19
 the results are often indistinguishable from the original, truecolor PNG
 
20
 images.
 
21
 .
 
22
 Version 1.0 supports batch processing (i.e., wildcard multifile
 
23
 capability: "pngquant 256 *.png"), palette (tRNS) optimization, and
 
24
 Unix-style filter operation (e.g., "make_RGBA_png | pngquant 48 |
 
25
 some_other_command").
 
26
 .
 
27
 Homepage: http://www.libpng.org/pub/png/apps/pngquant.html