*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 07 Aug 2009 17:58:48 +0200
changeset 5324 63a97775c5fc
parent 5323 a90a212f9429
child 5325 e213afc8874c
*** empty log message ***
Depth32Image.st
--- a/Depth32Image.st	Fri Aug 07 17:58:46 2009 +0200
+++ b/Depth32Image.st	Fri Aug 07 17:58:48 2009 +0200
@@ -56,7 +56,7 @@
 defaultPhotometric
     "return the default photometric pixel interpretation"
 
-    ^ #rgba
+    ^ #rgb
 
     "Created: / 27-05-2007 / 14:03:59 / cg"
     "Modified: / 06-06-2007 / 11:12:13 / cg"
@@ -684,5 +684,5 @@
 !Depth32Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Depth32Image.st,v 1.8 2009-07-31 17:57:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Depth32Image.st,v 1.9 2009-08-07 15:58:48 cg Exp $'
 ! !