Image.st
changeset 5313 7c40ea0163ee
parent 5299 6b1d1dcf5c85
child 5314 517094dfa71c
--- a/Image.st	Mon Aug 03 12:11:47 2009 +0200
+++ b/Image.st	Mon Aug 03 12:12:32 2009 +0200
@@ -1927,6 +1927,7 @@
     depth <= 24 ifTrue:[^ Depth24Image].
     depth <= 32 ifTrue:[^ Depth32Image].
     depth <= 48 ifTrue:[^ Depth48Image].
+    depth <= 64 ifTrue:[^ Depth64Image].
     ^ self
 
     "Modified: 24.4.1997 / 19:04:52 / cg"
@@ -14091,7 +14092,7 @@
 !Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.425 2009-08-03 10:03:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.426 2009-08-03 10:12:32 cg Exp $'
 ! !
 
 Image initialize!