The problem is really not related to PNG bitmap as the same issue can be exposed with simple, as in this example:
| morph rectangle | rectangle := RectangleMorph new color: (Color red alpha: 0.5). morph := TransformationMorph new asFlexOf: rectangle. morph scale: 0.7. morph openInWorld In this example, the red appears darker once the rectangle is scaled. Is it something related to the Blit ? I reallz don't know where to look. Hilaire -- View this message in context: http://forum.world.st/Scaled-PNG-image-tp4723754p4723975.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
