GIFReader.st
changeset 32 6bdcb6da4d4f
parent 26 2fe6294ca833
child 34 53c7dd275c3e
equal deleted inserted replaced
31:c8adde64ce92 32:6bdcb6da4d4f
    12 
    12 
    13 ImageReader subclass:#GIFReader
    13 ImageReader subclass:#GIFReader
    14 	 instanceVariableNames:'redMap greenMap blueMap'
    14 	 instanceVariableNames:'redMap greenMap blueMap'
    15 	 classVariableNames:''
    15 	 classVariableNames:''
    16 	 poolDictionaries:''
    16 	 poolDictionaries:''
    17 	 category:'Graphics-Support'
    17 	 category:'Graphics-Images support'
    18 !
    18 !
    19 
    19 
    20 GIFReader comment:'
    20 GIFReader comment:'
    21 COPYRIGHT (c) 1991 by Claus Gittinger
    21 COPYRIGHT (c) 1991 by Claus Gittinger
    22 	      All Rights Reserved
    22 	      All Rights Reserved
    23 
    23 
    24 $Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.10 1994-10-10 02:30:44 claus Exp $
    24 $Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.11 1994-11-17 14:29:27 claus Exp $
    25 '!
    25 '!
    26 
    26 
    27 !GIFReader class methodsFor:'documentation'!
    27 !GIFReader class methodsFor:'documentation'!
    28 
    28 
    29 copyright
    29 copyright
    40 "
    40 "
    41 !
    41 !
    42 
    42 
    43 version
    43 version
    44 "
    44 "
    45 $Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.10 1994-10-10 02:30:44 claus Exp $
    45 $Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.11 1994-11-17 14:29:27 claus Exp $
    46 "
    46 "
    47 !
    47 !
    48 
    48 
    49 documentation
    49 documentation
    50 "
    50 "