IrisRGBReader.st
changeset 1745 4fa0fad2a463
parent 919 d0e28bc28b25
child 1753 aa246112438a
equal deleted inserted replaced
1744:e98e50a3c3b9 1745:4fa0fad2a463
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
       
    13 "{ Package: 'stx:libview2' }"
       
    14 
    13 ImageReader subclass:#IrisRGBReader
    15 ImageReader subclass:#IrisRGBReader
    14 	instanceVariableNames:'bytesPerPixel'
    16 	instanceVariableNames:'bytesPerPixel'
    15 	classVariableNames:''
    17 	classVariableNames:''
    16 	poolDictionaries:''
    18 	poolDictionaries:''
    17 	category:'Graphics-Images-Support'
    19 	category:'Graphics-Images-Readers'
    18 !
    20 !
    19 
    21 
    20 !IrisRGBReader class methodsFor:'documentation'!
    22 !IrisRGBReader class methodsFor:'documentation'!
    21 
    23 
    22 copyright
    24 copyright
   225 ! !
   227 ! !
   226 
   228 
   227 !IrisRGBReader class methodsFor:'documentation'!
   229 !IrisRGBReader class methodsFor:'documentation'!
   228 
   230 
   229 version
   231 version
   230     ^ '$Header: /cvs/stx/stx/libview2/IrisRGBReader.st,v 1.7 1998-05-11 20:56:57 tz Exp $'
   232     ^ '$Header: /cvs/stx/stx/libview2/IrisRGBReader.st,v 1.8 2003-04-10 14:25:31 cg Exp $'
   231 ! !
   233 ! !
       
   234 
   232 IrisRGBReader initialize!
   235 IrisRGBReader initialize!