TIFFRdr.st
changeset 38 201df32d2377
parent 35 f13cdd0b44c7
child 40 c2e206361c7b
--- a/TIFFRdr.st	Mon Feb 06 01:41:26 1995 +0100
+++ b/TIFFRdr.st	Wed Feb 15 11:36:16 1995 +0100
@@ -27,7 +27,7 @@
 COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview2/Attic/TIFFRdr.st,v 1.14 1995-02-06 00:37:58 claus Exp $
+$Header: /cvs/stx/stx/libview2/Attic/TIFFRdr.st,v 1.15 1995-02-15 10:36:16 claus Exp $
 '!
 
 !TIFFReader class methodsFor:'documentation'!
@@ -48,7 +48,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/Attic/TIFFRdr.st,v 1.14 1995-02-06 00:37:58 claus Exp $
+$Header: /cvs/stx/stx/libview2/Attic/TIFFRdr.st,v 1.15 1995-02-15 10:36:16 claus Exp $
 "
 !
 
@@ -58,11 +58,9 @@
     write uncompressed TIFF files.
 
     Only single image files are supported.
-    Currently, not all formats are implemented, and of those that are not 
-    all are tested.
+    Not all formats are implemented, and of those that are, not all are tested.
     It should work with most rgb, mono and 2-plane greyscale
-    images, since this is what I have as test material on
-    the NeXT.
+    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.