PDA

View Full Version : Force bitmap to 24bit?


Gibbz
01-12-2007, 03: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....

Bobo
01-12-2007, 05:30 AM
tgaio.setColorDepth 24
tgaio.getColorDepth()

tgaio (Targa) interface provides methods to control the TGA output.
RTFineM.

Gibbz
01-12-2007, 08:32 AM
ill give this a shot. Thanks :)

CGTalk Moderation
01-12-2007, 08:32 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.