Author: toad
Date: 2008-02-09 20:27:58 +0000 (Sat, 09 Feb 2008)
New Revision: 17769

Modified:
   trunk/freenet/src/freenet/clients/http/filter/PNGFilter.java
Log:
Refer to the pngcheck source.

Modified: trunk/freenet/src/freenet/clients/http/filter/PNGFilter.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/filter/PNGFilter.java        
2008-02-09 16:17:57 UTC (rev 17768)
+++ trunk/freenet/src/freenet/clients/http/filter/PNGFilter.java        
2008-02-09 20:27:58 UTC (rev 17769)
@@ -64,6 +64,9 @@
                // MNG isn't supported by Firefox and IE because of lack of 
market demand. Big surprise
                // given nobody supports it! It is supported by Konqueror 
though. Complex standard,
                // not worth it for the time being.
+               
+               // This might be a useful source of info too (e.g. on private 
chunks):
+               // 
http://fresh.t-systems-sfr.com/unix/privat/pngcheck-2.3.0.tar.gz:a/pngcheck-2.3.0/pngcheck.c
        };

        PNGFilter(boolean deleteText, boolean deleteTimestamp, boolean 
checkCRCs) {


Reply via email to