I have a program that I wrote using Graphics32 where I combine a user provided bitmap with a second bitmap that represents the alpha channel. The second image is grey scale. This allows me to display the user bitmaps using interesing masks.

Is it possible to load the two bitmaps and then strechdraw the second image onto the alpha layer of the first? The first image including the transparancy layer could then be placed in an image list.

Is this possible? And if so any help on how to approach the problem. Failing that would it be possible to combine the two images, save them as a tga and then load the tga into the imagelist?

I noticed that at some point a DrawMask option was available will this make a return, as it sounds like the sort of thing I would like to achieve.

R