View Single Post
  #9  
Old December 20th, 2005, 08:10 PM
Pfhoenix's Avatar

Pfhoenix Pfhoenix is offline
Private
 
Join Date: Dec 2005
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Pfhoenix is on a distinguished road
Default Re: Comments, suggestions, ...

Doesn't SDL have methods for loading 24bit images from file? I've used SDL before (an old version, even), and I don't recall ever being limited to 8bit palettized textures. If not, there is an SDLImage lib, if I remember the name correctly.

I agree with Shadowcat here; I can't think of a single reason to not be using 24/32bit images for everything (well, I suppose to avoid loading 300MB of textures to the video card, but if you aren't really hurting on texture memory usage, this isn't an issue).