GIFReader.st
changeset 312 7bddcba30299
parent 307 9eaeaca798a5
child 315 506e0ce38534
--- a/GIFReader.st	Fri Jul 05 12:19:31 1996 +0200
+++ b/GIFReader.st	Fri Jul 05 17:27:21 1996 +0200
@@ -334,7 +334,7 @@
                          codeLen:(codeLen + 1).
 
     interlaced ifTrue:[
-        Transcript showCR:'deinterlacing'.
+        'GIFREADER: deinterlacing ...' infoPrintCR.
         tmp := ByteArray new:(data size).
 
         "phase 1: 0, 8, 16, 24, ..."
@@ -407,7 +407,7 @@
      GIFReader fromFile:'../fileIn/bitmaps/garfield.gif'
     "
 
-    "Modified: 21.6.1996 / 12:32:33 / cg"
+    "Modified: 5.7.1996 / 14:19:35 / cg"
 !
 
 makeGreyscale
@@ -543,6 +543,6 @@
 !GIFReader  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.37 1996-06-21 10:44:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.38 1996-07-05 15:27:21 cg Exp $'
 ! !
 GIFReader initialize!