pngnq 1.1+ds-3 source package in Ubuntu

Changelog

pngnq (1.1+ds-3) unstable; urgency=medium

  * d/copyright:
      - add Upstream-Contact info
      - update year info to 2024
  * add d/p/rwpng.c-add-include-string.h.patch(Closes: #1065756)

 -- xiao sheng wen <email address hidden>  Sun, 10 Mar 2024 10:14:05 +0800

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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pngnq_1.1+ds-3.dsc 1.3 KiB 3e381f5bdf3a6024ff4a498fd10c7a389d3cfc6738799f4ff594d4cc1615717b
pngnq_1.1+ds.orig.tar.xz 23.1 KiB 7a457a43683d0a0345c968feaaf0713749910cefd04dd5fc9e7ed156a7ef8550
pngnq_1.1+ds-3.debian.tar.xz 8.2 KiB 243abbe9cd81b9d1a6eab42338e36d71a0399e09d3c5e3f18368779c06649a08

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 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