Hi all!
Somebody knows a way to draw images with antialiased alpha?
As I know blit() is not support alpha with antialiasing..only mask with two colors - transperent and not transperent. Isn't it?
Hi all!
Somebody knows a way to draw images with antialiased alpha?
As I know blit() is not support alpha with antialiasing..only mask with two colors - transperent and not transperent. Isn't it?
Good point. The native BitBltMasked function seems to support 256-level transparency these days so it could be just a matter of changing the argument validation code to allow a grayscale Image as mask. I'll try it and see if it works.
Lo and behold, it works! From 1.3.22 onwards Python will support .blit with a 256 level grayscale Image as mask on S60 >= 2.6. Thanks for the tip.