pngnq 1.1+ds-1.1 source package in Ubuntu
Changelog
pngnq (1.1+ds-1.1) unstable; urgency=medium * Non-maintainer upload. * debian/control: Add missing build-dep pkg-config. (Closes: #1008342) * debian/patches/0005-configure.ac-Fix-grammar-error.patch: Add patch to fix grammar error in configure.ac. -- Boyuan Yang <email address hidden> Sat, 30 Jul 2022 20:17:57 -0400
Upload details
- Uploaded by:
- Debian PhotoTools Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian PhotoTools Maintainers
- Architectures:
- any
- Section:
- graphics
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | graphics | |
Lunar | release | universe | graphics | |
Kinetic | release | universe | graphics |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pngnq_1.1+ds-1.1.dsc | 1.9 KiB | 709305195870f9767444c977a81ca9cd7ed94fc6cfa22d529d3e2e708117b133 |
pngnq_1.1+ds.orig.tar.xz | 23.1 KiB | 7a457a43683d0a0345c968feaaf0713749910cefd04dd5fc9e7ed156a7ef8550 |
pngnq_1.1+ds-1.1.debian.tar.xz | 6.1 KiB | 1ae14888e79cf5ac0edfda0b61fe19a89a454d6cbd836c063805467af2bd1bec |
Available diffs
- diff from 1.0-2.3 to 1.1+ds-1.1 (90.9 KiB)
- diff from 1.1+ds-1 to 1.1+ds-1.1 (890 bytes)
No changes file available.
Binary packages built by this source
- pngnq: 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.
- pngnq-dbgsym: debug symbols for pngnq