Depth16Image.st
changeset 611 e0442439a3c6
parent 579 e381761190c4
child 813 8bc17dba7a02
--- a/Depth16Image.st	Thu Apr 25 18:19:50 1996 +0200
+++ b/Depth16Image.st	Thu Apr 25 18:26:07 1996 +0200
@@ -40,6 +40,13 @@
     needed for higher performance operations on depth16 images.
     (however, 16bit images are seldom used, so falling back into the
     slow general methods from Image should not hurt too much ..)
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        Depth1Image Depth2Image Depth4Image Depth8Image Depth24Image
+        ImageReader
 "
 ! !
 
@@ -117,5 +124,5 @@
 !Depth16Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth16Image.st,v 1.4 1996-04-20 21:41:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth16Image.st,v 1.5 1996-04-25 16:22:00 cg Exp $'
 ! !