cvs: gd /libgd/src gd_nnquant.c
[email protected] ("Pierre-Alain Joye") Mon, 31 Dec 2007 01:58:18 -0000
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1199066298@cvsserver> |
pajoye Mon Dec 31 01:58:18 2007 UTC
Modified files:
/gd/libgd/src gd_nnquant.c
Log:
- add new url to SF.net site for the pngnq
http://cvs.php.net/viewvc.cgi/gd/libgd/src/gd_nnquant.c?r1=1.1&r2=1.2&diff_format=u
Index: gd/libgd/src/gd_nnquant.c
diff -u gd/libgd/src/gd_nnquant.c:1.1 gd/libgd/src/gd_nnquant.c:1.2
--- gd/libgd/src/gd_nnquant.c:1.1 Mon Dec 31 00:58:38 2007
+++ gd/libgd/src/gd_nnquant.c Mon Dec 31 01:58:18 2007
@@ -20,7 +20,8 @@
*
*
* Modified to process 32bit RGBA images.
- * Stuart Coyle 2004-2006
+ * Stuart Coyle 2004-2007
+ * From: http://pngnq.sourceforge.net/
*
* Ported to libgd by Pierre A. Joye
* (and make it thread safety by droping static and global variables)