TIFFReader.st
changeset 1745 4fa0fad2a463
parent 1712 3200e675c9cf
child 1748 0ad7db36c871
equal deleted inserted replaced
1744:e98e50a3c3b9 1745:4fa0fad2a463
    17 		fillOrder compression group3options predictor stripByteCounts
    17 		fillOrder compression group3options predictor stripByteCounts
    18 		currentOffset stripOffsetsPos stripByteCountsPos bitsPerSamplePos
    18 		currentOffset stripOffsetsPos stripByteCountsPos bitsPerSamplePos
    19 		colorMapPos orientation'
    19 		colorMapPos orientation'
    20 	classVariableNames:''
    20 	classVariableNames:''
    21 	poolDictionaries:''
    21 	poolDictionaries:''
    22 	category:'Graphics-Images-Support'
    22 	category:'Graphics-Images-Readers'
    23 !
    23 !
    24 
    24 
    25 !TIFFReader class methodsFor:'documentation'!
    25 !TIFFReader class methodsFor:'documentation'!
    26 
    26 
    27 copyright
    27 copyright
  2218 ! !
  2218 ! !
  2219 
  2219 
  2220 !TIFFReader class methodsFor:'documentation'!
  2220 !TIFFReader class methodsFor:'documentation'!
  2221 
  2221 
  2222 version
  2222 version
  2223     ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.69 2003-03-02 18:46:02 stefan Exp $'
  2223     ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.70 2003-04-10 14:25:54 cg Exp $'
  2224 ! !
  2224 ! !
  2225 
  2225 
  2226 TIFFReader initialize!
  2226 TIFFReader initialize!