TIFFReader.st
changeset 195 7975a2c4a890
parent 192 947cc10f86dc
child 197 50812e81d86f
equal deleted inserted replaced
194:d4ecb23d7163 195:7975a2c4a890
    53     More formats will come ...
    53     More formats will come ...
    54 
    54 
    55     TODO: since I dont want to spend all of my life adding more formats here and
    55     TODO: since I dont want to spend all of my life adding more formats here and
    56     reinventing the wheel, this code should be changed to use the tiff library.
    56     reinventing the wheel, this code should be changed to use the tiff library.
    57     That would give us most formats and also writing capabilities for free.
    57     That would give us most formats and also writing capabilities for free.
       
    58 
       
    59     [See also:]
       
    60         BlitImageReader FaceReader JPEGReader PBMReader PCXReader 
       
    61         ST80FormReader SunRasterReader TIFFReader WindowsIconReader 
       
    62         XBMreader XPMReader XWDReader 
    58 "
    63 "
    59 ! !
    64 ! !
    60 
    65 
    61 !TIFFReader class methodsFor:'initialization'!
    66 !TIFFReader class methodsFor:'initialization'!
    62 
    67 
  1631 ! !
  1636 ! !
  1632 
  1637 
  1633 !TIFFReader class methodsFor:'documentation'!
  1638 !TIFFReader class methodsFor:'documentation'!
  1634 
  1639 
  1635 version
  1640 version
  1636     ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.29 1996-04-22 17:38:48 cg Exp $'
  1641     ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.30 1996-04-23 10:18:11 cg Exp $'
  1637 ! !
  1642 ! !
  1638 TIFFReader initialize!
  1643 TIFFReader initialize!