aboutsummaryrefslogtreecommitdiff
path: root/graphics/pngnq
Commit message (Collapse)AuthorAgeFilesLines
* - fix build for png-1.4.1Dirk Meyer2010-03-291-0/+11
| | | | Notes: svn path=/head/; revision=251725
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Fix buildDmitry Marakasov2009-05-201-1/+2
| | | | | | | | PR: 134758 Submitted by: Stefan Bethke <stb@lassitu.de> (maintainer) Notes: svn path=/head/; revision=234292
* Pngnq is a tool for quantizing PNG images in RGBA format.Martin Wilke2009-05-104-0/+67
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: svn path=/head/; revision=233653