ImageEditor.st
changeset 1770 9000adb21f79
parent 1769 8782d5b6dc24
child 1774 cb9832e71cae
--- a/ImageEditor.st	Wed Nov 26 19:08:28 2003 +0100
+++ b/ImageEditor.st	Wed Nov 26 23:15:00 2003 +0100
@@ -3550,7 +3550,7 @@
                     maskImage := Depth1Image fromImage:(image asThresholdMonochromeImage:maskThreshold). 
                 ] ifFalse:[
                     maskImage := Depth1Image extent:image extent.
-                    maskImage data:(ByteArray 
+                    maskImage bits:(ByteArray 
                                         new:(maskImage bytesPerRow * maskImage height)
                                         withAll:16rFF).