PNGReader.st
changeset 647 6f26c76aa0c9
parent 398 aef700d15416
child 1671 6fbb20a4af3a
--- a/PNGReader.st	Mon Jun 30 22:35:35 1997 +0200
+++ b/PNGReader.st	Mon Jun 30 22:56:45 1997 +0200
@@ -61,7 +61,8 @@
     "install myself in the Image classes fileFormat table
      for the `.png' extension."
 
-    Image addReader:self suffix:'png'.
+    "/ not yet finished - do not add
+    "/ MIMETypes defineImageType:'image/x-png'  suffix:'png' reader:self.
 
     "Modified: 1.2.1997 / 15:02:47 / cg"
 ! !
@@ -343,6 +344,6 @@
 !PNGReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/PNGReader.st,v 1.2 1997-02-01 14:05:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/PNGReader.st,v 1.3 1997-06-30 20:56:07 cg Exp $'
 ! !
 PNGReader initialize!