diff -r cb2815b77100 -r 947cc10f86dc GIFReader.st --- a/GIFReader.st Mon Apr 22 13:02:23 1996 +0200 +++ b/GIFReader.st Mon Apr 22 19:39:03 1996 +0200 @@ -108,7 +108,8 @@ ! fromStream:aStream - "read a GIF file" + "read a stream containing a GIF image. + Leave image description in instance variables." |byte index flag count colorMapSize bitsPerPixel scrWidth scrHeight @@ -295,7 +296,7 @@ GIFReader fromFile:'../fileIn/bitmaps/garfield.gif' " - "Modified: 7.3.1996 / 19:16:21 / cg" + "Modified: 22.4.1996 / 19:11:12 / cg" ! makeGreyscale @@ -400,6 +401,6 @@ !GIFReader class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.23 1996-03-07 18:39:22 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.24 1996-04-22 17:39:03 cg Exp $' ! ! GIFReader initialize!