Depth4Image.st
changeset 611 e0442439a3c6
parent 579 e381761190c4
child 746 f5479d603f64
--- a/Depth4Image.st	Thu Apr 25 18:19:50 1996 +0200
+++ b/Depth4Image.st	Thu Apr 25 18:26:07 1996 +0200
@@ -39,6 +39,13 @@
     Most images coming from the windows world are represented as Depth4Images.
     It mainly consists of methods already implemented in Image,
     reimplemented here for more performance.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        Depth1Image Depth2Image Depth8Image Depth16Image Depth24Image
+        ImageReader
 "
 ! !
 
@@ -370,5 +377,5 @@
 !Depth4Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth4Image.st,v 1.15 1996-04-20 21:41:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth4Image.st,v 1.16 1996-04-25 16:21:36 cg Exp $'
 ! !