Bug 134420 - New port: graphics/pngnq tool for quantizing PNG images in RGBA format
Summary: New port: graphics/pngnq tool for quantizing PNG images in RGBA format
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-10 15:10 UTC by Stefan Bethke
Modified: 2009-05-10 23:40 UTC (History)
0 users

See Also:


Attachments
file.shar (3.08 KB, text/plain)
2009-05-10 15:10 UTC, Stefan Bethke
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Bethke 2009-05-10 15:10:03 UTC
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/
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-05-10 17:07:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-05-10 23:36:53 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-05-10 23:37:20 UTC
miwi        2009-05-10 22:37:04 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/pngnq       Makefile distinfo pkg-descr 
    graphics/pngnq/files patch-pngcomp.c 
  Log:
  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
  
  Revision  Changes    Path
  1.1255    +1 -0      ports/graphics/Makefile
  1.1       +44 -0     ports/graphics/pngnq/Makefile (new)
  1.1       +3 -0      ports/graphics/pngnq/distinfo (new)
  1.1       +10 -0     ports/graphics/pngnq/files/patch-pngcomp.c (new)
  1.1       +10 -0     ports/graphics/pngnq/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"