Hello everybody.
I have created icons at 32-bit with alpha transparency. I want to convert them to bitmaps on 24-bit (without transparency with pink - 255,0,255 background). The problem is that the pixels that are semi-transparent are painted with a dufferit hue of color than the original one was. That means that the icon will have pink pixels on the edges. If I try to convert the 32-bit icons to 24-bit with 256 colors, the alpha transparency is removed. That's also not a good option. Is there anything that I'm missing and can be done in this situation ? I have hundreds of icons that should be recreated and would very much to automatize the process of creating 24-bit icons (I know about the batch converted, the problem is that the result is not what I want).
Thanks.