Author: toad
Date: 2008-02-09 13:44:10 +0000 (Sat, 09 Feb 2008)
New Revision: 17748

Modified:
   trunk/freenet/src/freenet/clients/http/filter/PNGFilter.java
Log:
Comments: URLs

Modified: trunk/freenet/src/freenet/clients/http/filter/PNGFilter.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/filter/PNGFilter.java        
2008-02-09 13:42:04 UTC (rev 17747)
+++ trunk/freenet/src/freenet/clients/http/filter/PNGFilter.java        
2008-02-09 13:44:10 UTC (rev 17748)
@@ -45,6 +45,7 @@
        static final byte[] pngHeader =
                {(byte) 137, (byte) 80, (byte) 78, (byte) 71, (byte) 13, (byte) 
10, (byte) 26, (byte) 10};
        static final String[] HARMLESS_CHUNK_TYPES = {
+               // http://www.w3.org/TR/PNG/
                "tRNS",
                "cHRM",
                "gAMA",
@@ -56,6 +57,7 @@
                "pHYs",
                "sPLT",
                // APNG chunks (Firefox 3 will support APNG)
+               // http://wiki.mozilla.org/APNG_Specification
                "acTL",
                "fcTL",
                "fDAT"


Reply via email to