GIFReader.st
changeset 194 d4ecb23d7163
parent 192 947cc10f86dc
child 198 6d76856aaa80
equal deleted inserted replaced
193:daaaf4594c9e 194:d4ecb23d7163
    51     User and Technical Documentation. 
    51     User and Technical Documentation. 
    52 
    52 
    53       The Graphics Interchange Format(c) is the Copyright property of
    53       The Graphics Interchange Format(c) is the Copyright property of
    54       CompuServe Incorporated. GIF(sm) is a Service Mark property of
    54       CompuServe Incorporated. GIF(sm) is a Service Mark property of
    55       CompuServe Incorporated.
    55       CompuServe Incorporated.
       
    56 
       
    57     [See also:]
       
    58         BlitImageReader FaceReader JPEGReader PBMReader PCXReader 
       
    59         ST80FormReader SunRasterReader TIFFReader WindowsIconReader 
       
    60         XBMreader XPMReader XWDReader 
    56 "
    61 "
    57 ! !
    62 ! !
    58 
    63 
    59 !GIFReader class methodsFor:'initialization'!
    64 !GIFReader class methodsFor:'initialization'!
    60 
    65 
   399 ! !
   404 ! !
   400 
   405 
   401 !GIFReader class methodsFor:'documentation'!
   406 !GIFReader class methodsFor:'documentation'!
   402 
   407 
   403 version
   408 version
   404     ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.24 1996-04-22 17:39:03 cg Exp $'
   409     ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.25 1996-04-23 10:16:48 cg Exp $'
   405 ! !
   410 ! !
   406 GIFReader initialize!
   411 GIFReader initialize!