#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Fri, 11 Nov 2016 16:01:12 +0100
changeset 3349 b8f50ae35c6f
parent 3348 1028e3c18509
child 3350 c1613e442ed5
#BUGFIX by cg class: ImageEditor changed: #colorMapMode: wrong photometric, when going from 8 to 24 bit...
ImageEditor.st
--- a/ImageEditor.st	Fri Nov 04 16:25:33 2016 +0100
+++ b/ImageEditor.st	Fri Nov 11 16:01:12 2016 +0100
@@ -5452,7 +5452,7 @@
                 image := newImage
             ].
         ] do:[ 
-            image := newImage fromImage:oldImage photometric:oldImage photometric.
+            image := newImage fromImage:oldImage "/ -- nope; keep the newly determined photometric. photometric:oldImage photometric.
         ].
 
         (aMode asString startsWith:'mask') ifTrue:[