TIFFRdr.st
changeset 99 a656b0c9dd21
parent 96 948318b2fbd4
child 102 b634afc009a4
equal deleted inserted replaced
98:ab8ed9e213d0 99:a656b0c9dd21
    21 	 classVariableNames:''
    21 	 classVariableNames:''
    22 	 poolDictionaries:''
    22 	 poolDictionaries:''
    23 	 category:'Graphics-Images support'
    23 	 category:'Graphics-Images support'
    24 !
    24 !
    25 
    25 
    26 TIFFReader comment:'
       
    27 COPYRIGHT (c) 1991 by Claus Gittinger
       
    28 	      All Rights Reserved
       
    29 
       
    30 $Header: /cvs/stx/stx/libview2/Attic/TIFFRdr.st,v 1.21 1995-08-29 17:45:00 claus Exp $
       
    31 '!
       
    32 
       
    33 !TIFFReader class methodsFor:'documentation'!
    26 !TIFFReader class methodsFor:'documentation'!
    34 
    27 
    35 copyright
    28 copyright
    36 "
    29 "
    37  COPYRIGHT (c) 1991 by Claus Gittinger
    30  COPYRIGHT (c) 1991 by Claus Gittinger
    46 "
    39 "
    47 !
    40 !
    48 
    41 
    49 version
    42 version
    50 "
    43 "
    51 $Header: /cvs/stx/stx/libview2/Attic/TIFFRdr.st,v 1.21 1995-08-29 17:45:00 claus Exp $
    44 $Header: /cvs/stx/stx/libview2/Attic/TIFFRdr.st,v 1.22 1995-08-30 17:54:23 claus Exp $
    52 "
    45 "
    53 !
    46 !
    54 
    47 
    55 documentation
    48 documentation
    56 "
    49 "