diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-11 06:37:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-11 06:37:04 +0800 |
commit | 299a8db0747a18bacf8bf7be354e741b8922e777 (patch) | |
tree | 86816646da22e3b8984d4be3b281ec698a908cd2 /graphics/Makefile | |
parent | 8436559385bd5b1ce409ab3124c1df2c0b44fcc5 (diff) | |
download | freebsd-ports-gnome-299a8db0747a18bacf8bf7be354e741b8922e777.tar.gz freebsd-ports-gnome-299a8db0747a18bacf8bf7be354e741b8922e777.tar.zst freebsd-ports-gnome-299a8db0747a18bacf8bf7be354e741b8922e777.zip |
Pngnq is a tool for quantizing PNG images in RGBA format.
Pngnq is an adaptation by Stuart Coyle of Greg Roelf's pnqquant using
Anthony Dekker's neuquant algorithm.
The neuquant algorithm uses a neural network to optimise the color map
selection. This is fast and quite accurate, giving good results on many
types of images.
WWW: http://pngnq.sourceforge.net/
PR: ports/134420
Submitted by: stb at lassitu.de
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index f483923d1330..16d5c60eadb9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -668,6 +668,7 @@ SUBDIR += png2ico SUBDIR += pngcheck SUBDIR += pngcrush + SUBDIR += pngnq SUBDIR += pngquant SUBDIR += pngrewrite SUBDIR += pngwriter |