diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-10 22:37:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-10 22:37:04 +0000 |
commit | ac281e3d684d58ef79f9364b8ff3deec252e1568 (patch) | |
tree | 96d108f45e1cf8c6df8dc4030382393ba6cedf03 /graphics/Makefile | |
parent | - Update to 0.3.3 (diff) |
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
Notes
Notes:
svn path=/head/; revision=233653
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 |