TIFFReader.st
changeset 3957 c7db19dbd128
parent 3899 fd43372bf11d
child 3974 b4f7c8442dd8
equal deleted inserted replaced
3956:c117ff23291d 3957:c7db19dbd128
   297             "/ 'photometric ' print. photometric printNewline.
   297             "/ 'photometric ' print. photometric printNewline.
   298 
   298 
   299             ^ self
   299             ^ self
   300         ].
   300         ].
   301         (tagType == 263) ifTrue:[
   301         (tagType == 263) ifTrue:[
   302             "/ Treshholding
   302             "/ Thresholding
   303             "/      BILEVEL         -> 1
   303             "/      BILEVEL         -> 1
   304             "/      HALFTONE        -> 2
   304             "/      HALFTONE        -> 2
   305             "/      ERRORDIFFUSE    -> 3
   305             "/      ERRORDIFFUSE    -> 3
   306 
   306 
   307             "threshholding := value."
   307             "thresholding := value."
   308 
   308 
   309             "/ 'treshholding ' print. value printNewline.
   309             "/ 'thresholding ' print. value printNewline.
   310 
   310 
   311             ^ self
   311             ^ self
   312         ].
   312         ].
   313         (tagType == 264) ifTrue:[
   313         (tagType == 264) ifTrue:[
   314             "CellWidth"
   314             "CellWidth"
   994 "/ ' len:' print. length print. ' offs:' print. offset print. 
   994 "/ ' len:' print. length print. ' offs:' print. offset print. 
   995 "/ ' val:' print. value print. ' valArr:' print. valueArray printNewline.  
   995 "/ ' val:' print. value print. ' valArr:' print. valueArray printNewline.  
   996 "/
   996 "/
   997     'TIFFReader [warning]: unknown tag type ' errorPrint. tagType errorPrintCR
   997     'TIFFReader [warning]: unknown tag type ' errorPrint. tagType errorPrintCR
   998 
   998 
   999     "Modified: 11.4.1997 / 01:11:17 / cg"
   999     "Modified: / 11-04-1997 / 01:11:17 / cg"
       
  1000     "Modified (format): / 23-05-2017 / 16:12:58 / mawalch"
  1000 ! !
  1001 ! !
  1001 
  1002 
  1002 !TIFFReader methodsFor:'private-data reading'!
  1003 !TIFFReader methodsFor:'private-data reading'!
  1003 
  1004 
  1004 readCCITT3RLETiffImageData
  1005 readCCITT3RLETiffImageData