pngnq 1.1+ds-2build1 source package in Ubuntu

Changelog

pngnq (1.1+ds-2build1) noble; urgency=medium

  * No-change rebuild against libpng16-16t64

 -- Steve Langasek <email address hidden>  Thu, 29 Feb 2024 07:51:16 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
graphics
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pngnq_1.1+ds.orig.tar.xz 23.1 KiB 7a457a43683d0a0345c968feaaf0713749910cefd04dd5fc9e7ed156a7ef8550
pngnq_1.1+ds-2build1.debian.tar.xz 8.1 KiB 194f76b0222c5a90998a6957cc1a9fc664aba477b377d402c0e02673b423aea5
pngnq_1.1+ds-2build1.dsc 2.1 KiB 57787232a68c86f31d36eccd6b98704d584d0aca464d1a3e3ce928de969f1e3b

View changes file

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 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-dbgsym: debug symbols for pngnq