套件:pngnq(1.1 ds-3 以及其他的)
tool for optimizing PNG (Portable Network Graphics) images
Pngnq is a tool for quantizing 32-bit RGBA PNG images to 8-bit RGBA palette 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.
其他與 pngnq 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libpng16-16t64 (>= 1.6.2)
- PNG library - runtime (version 1.6)
-
- dep: zlib1g (>= 1:1.1.4)
- 壓縮函式庫 - 跑程式時用(runtime)
-
- sug: pngcrush
- optimizes PNG (Portable Network Graphics) files