[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/file/image.py source of 'png'-spec corrected

Egon Frerich e.frerich at nord-com.net
Thu Feb 24 04:01:31 EST 2005


Log message for revision 29275:
  source of 'png'-spec corrected

Changed:
  U   Zope3/trunk/src/zope/app/file/image.py

-=-
Modified: Zope3/trunk/src/zope/app/file/image.py
===================================================================
--- Zope3/trunk/src/zope/app/file/image.py	2005-02-24 01:58:32 UTC (rev 29274)
+++ Zope3/trunk/src/zope/app/file/image.py	2005-02-24 09:01:31 UTC (rev 29275)
@@ -107,7 +107,7 @@
         width = int(w)
         height = int(h)
 
-    # See PNG v1.2 spec (http://www.cdrom.com/pub/png/spec/)
+    # See PNG 2. Edition spec (http://www.w3.org/TR/PNG/)
     # Bytes 0-7 are below, 4-byte chunk length, then 'IHDR'
     # and finally the 4-byte width, height
     elif ((size >= 24) and data.startswith('\211PNG\r\n\032\n')



More information about the Zope3-Checkins mailing list