Image.st
changeset 841 c6963839573f
parent 838 751f38db7453
child 851 c9511f8945ce
--- a/Image.st	Wed Jun 12 18:57:52 1996 +0200
+++ b/Image.st	Wed Jun 12 20:05:20 1996 +0200
@@ -1733,8 +1733,15 @@
      (i asFloydSteinbergDitheredGrayFormOn:Display) inspect
     "
 
+    "
+     |i f|
+
+     i := Image fromFile:'bitmaps/granite.tiff'.
+     (i asFloydSteinbergDitheredGrayFormOn:Display) inspect
+    "
+
     "Created: 10.6.1996 / 14:11:39 / cg"
-    "Modified: 10.6.1996 / 20:10:10 / cg"
+    "Modified: 12.6.1996 / 20:04:48 / cg"
 !
 
 asFloydSteinbergDitheredGrayImageDepth:depth
@@ -6374,6 +6381,6 @@
 !Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.92 1996-06-12 15:27:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.93 1996-06-12 18:05:20 cg Exp $'
 ! !
 Image initialize!