File: control

package info (click to toggle)
pngnq 1.0-2.3
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 584 kB
  • ctags: 211
  • sloc: ansic: 1,683; sh: 787; makefile: 11
file content (22 lines) | stat: -rw-r--r-- 1,005 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: pngnq
Section: graphics
Priority: optional
Maintainer: Nelson A. de Oliveira <naoliv@debian.org>
Build-Depends: cdbs, debhelper (>= 7), libpng-dev, zlib1g-dev
Standards-Version: 3.9.6
Homepage: http://pngnq.sourceforge.net

Package: pngnq
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tool for optimizing PNG (Portable Network Graphics) images
 Pngnq is a tool for quantizing 32-bit RGBA PNG images to 8-bit RGBA pallete
 PNG. It's is an adaptation by Stuart Coyle of Greg Roelf's pnqquant. While
 pngquant uses a median cut algorithm, Pngnq uses Anthony Dekker's neuquant
 algorithm (http://members.ozemail.com.au/~dekker/NEUQUANT.HTML), generally
 resulting in better looking results than pngquant.
 .
 Optimizers (like pngcrush and optipng) optimize the compression, usually
 losslessly. pngnq quantizes colors down to 256 (or fewer) distinct RGBA
 combinations, which is quite lossy. Optimized PNGs are usually two to four
 times smaller than the 32-bit versions.