*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 11 Apr 1997 00:42:53 +0200
changeset 517 6658791e40d0
parent 516 76ffe180cff8
child 518 c9d492fbb1b6
*** empty log message ***
TIFFRdr.st
TIFFReader.st
--- a/TIFFRdr.st	Fri Apr 11 00:42:03 1997 +0200
+++ b/TIFFRdr.st	Fri Apr 11 00:42:53 1997 +0200
@@ -46,7 +46,7 @@
     It should read with most rgb, mono and 2-plane greyscale
     images, since this is what I have as test material on the NeXT.
     It supports reading of uncompressed, LZW and G3 compressed 
-    images; JPEG and packbits are currently not implemented.
+    images; JPEG, packbits and many others are currently not implemented.
 
     Only writing of uncompressed images is currently implemented.
     It should write (at least) mono, 8-bit palette and 24 bit rgb formats.
@@ -2092,6 +2092,6 @@
 !TIFFReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/TIFFRdr.st,v 1.51 1997-04-10 22:42:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/TIFFRdr.st,v 1.52 1997-04-10 22:42:53 cg Exp $'
 ! !
 TIFFReader initialize!
--- a/TIFFReader.st	Fri Apr 11 00:42:03 1997 +0200
+++ b/TIFFReader.st	Fri Apr 11 00:42:53 1997 +0200
@@ -46,7 +46,7 @@
     It should read with most rgb, mono and 2-plane greyscale
     images, since this is what I have as test material on the NeXT.
     It supports reading of uncompressed, LZW and G3 compressed 
-    images; JPEG and packbits are currently not implemented.
+    images; JPEG, packbits and many others are currently not implemented.
 
     Only writing of uncompressed images is currently implemented.
     It should write (at least) mono, 8-bit palette and 24 bit rgb formats.
@@ -2092,6 +2092,6 @@
 !TIFFReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.51 1997-04-10 22:42:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.52 1997-04-10 22:42:53 cg Exp $'
 ! !
 TIFFReader initialize!