TargaReader.st
changeset 1745 4fa0fad2a463
parent 1738 9c85e9d8326b
child 1805 93f557cbe600
equal deleted inserted replaced
1744:e98e50a3c3b9 1745:4fa0fad2a463
    14 
    14 
    15 ImageReader subclass:#TargaReader
    15 ImageReader subclass:#TargaReader
    16 	instanceVariableNames:'orientation bytesPerRow bytesPerPixel'
    16 	instanceVariableNames:'orientation bytesPerRow bytesPerPixel'
    17 	classVariableNames:''
    17 	classVariableNames:''
    18 	poolDictionaries:''
    18 	poolDictionaries:''
    19 	category:'Graphics-Images-Support'
    19 	category:'Graphics-Images-Readers'
    20 !
    20 !
    21 
    21 
    22 !TargaReader class methodsFor:'documentation'!
    22 !TargaReader class methodsFor:'documentation'!
    23 
    23 
    24 copyright
    24 copyright
   546 ! !
   546 ! !
   547 
   547 
   548 !TargaReader class methodsFor:'documentation'!
   548 !TargaReader class methodsFor:'documentation'!
   549 
   549 
   550 version
   550 version
   551     ^ '$Header: /cvs/stx/stx/libview2/TargaReader.st,v 1.21 2003-04-04 17:18:18 cg Exp $'
   551     ^ '$Header: /cvs/stx/stx/libview2/TargaReader.st,v 1.22 2003-04-10 14:25:18 cg Exp $'
   552 ! !
   552 ! !
   553 
   553 
   554 TargaReader initialize!
   554 TargaReader initialize!