LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: elias4444 on December 15, 2007, 17:04:06

Title: Best texture file format?
Post by: elias4444 on December 15, 2007, 17:04:06
I've noticed some debate on this subject in other threads, so I'd like to figure out once and for all, what's the best file format to store your textures in? PNG? JPG (although, I like to stay clear of lossy formats)? TGA? Something else?

Title: Re: Best texture file format?
Post by: Matzon on December 15, 2007, 18:14:00
The answer depends on what you are looking for. Small filesize? Easy decompression? Low memory overhead? Accessible toolkits? etc etc.

I am sure that Onyx(must only use one name!) has a good summary :)