Notifications
Clear all
[Closed] Force bitmap to 24bit?
Jan 12, 2007 4:53 am
Is there a way to force a bitmap to save at 24bit?
Im saving out a tga, and it keeps saving alpha maps out…
if I use
myBitmap.hasAlpha it returns true…
2 Replies
Jan 12, 2007 4:53 am
tgaio.setColorDepth 24
tgaio.getColorDepth()
tgaio (Targa) interface provides methods to control the TGA output.
RTFineM.