Depth24Image.st
changeset 611 e0442439a3c6
parent 579 e381761190c4
child 694 f6c8fc8419bd
--- a/Depth24Image.st	Thu Apr 25 18:19:50 1996 +0200
+++ b/Depth24Image.st	Thu Apr 25 18:26:07 1996 +0200
@@ -38,6 +38,13 @@
     this class represents true-color (24 bit / pixel) images.
     It mainly consists of methods already implemented in Image,
     reimplemented here for more performance.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        Depth1Image Depth2Image Depth4Image Depth8Image Depth16Image
+        ImageReader
 "
 ! !
 
@@ -1735,5 +1742,5 @@
 !Depth24Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.22 1996-04-20 21:41:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth24Image.st,v 1.23 1996-04-25 16:22:09 cg Exp $'
 ! !