Hello,
I'm using some 120 x 120 px PNG images (with transparency) that I'm trying to composite together. I read the image according to a key pressed, send it to alphablend to get rid of the alpha then to a matrix to position the resulting image using the destdim arguments.
I can position the images or get rid of the alpha but I can't do both... Would anyone have a suggestion ?
Here is the patch and I have also attached three images that can be triggered by the letters A B C (ASCII 97,98, 99). Thanks !