XWDReader.st
changeset 46 c49b204c2ef0
parent 45 f94fc6118d0a
child 49 f7938135fb9a
--- a/XWDReader.st	Sat Feb 18 19:28:14 1995 +0100
+++ b/XWDReader.st	Wed Feb 22 02:20:09 1995 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview2/XWDReader.st,v 1.3 1995-02-18 18:28:14 claus Exp $
+$Header: /cvs/stx/stx/libview2/XWDReader.st,v 1.4 1995-02-22 01:20:09 claus Exp $
 '!
 
 !XWDReader class methodsFor:'documentation'!
@@ -42,20 +42,21 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/XWDReader.st,v 1.3 1995-02-18 18:28:14 claus Exp $
+$Header: /cvs/stx/stx/libview2/XWDReader.st,v 1.4 1995-02-22 01:20:09 claus Exp $
 "
 !
 
 documentation
 "
     this class provides methods for loading x-window dump (xwd) images.
+    Image save is not supported.
 "
 ! !
 
 !XWDReader methodsFor:'image reading'!
 
 fromStream: aStream 
-	"read an image in XWD (X Window Dump) format."
+    "read an image in XWD (X Window Dump) format."
 
     |header nColors palette res pad 
      srcRowByteSize bytesPerRow bitsPerPixel mask colormapSize depth