In firemonkey xe5, when I save a transparent PNG image into bitmap its transparency become black. How can I change into white?
I just use:
Image1.bitmap.loadfromfile(‘IMG.png’);
image1.bitmap.Savetofile(‘image.BMP’);
In firemonkey xe5, when I save a transparent PNG image into bitmap its transparency become black. How can I change into white?
I just use:
Image1.bitmap.loadfromfile(‘IMG.png’);
image1.bitmap.Savetofile(‘image.BMP’);