vote up 4 vote down star

What is your favorite, lossless image format for games (namely 2d games)? And why?

Some things to take into consideration are size on disk, overhead for converting to a usable format, and features of the format (ie alpha support).

There is no best answer, but be sure to back yours up the best you can!

flag

3 Answers

vote up 10 vote down check

I'd suggest PNG, as should be obvious. Most software supports writing it, most libraries support reading it, it's lossless and supports alpha transparency. And it's a standard format, of course.

And, maybe important for hobbyist 2D games, very small images also result in very small files (i.e. a 16x16 icon can be 1KB or less).

link|flag
vote up 4 vote down

There is a best answer, and it's clearly PNG.

Good compression, supports paletted alpha, extensible (in that you can attach arbitrary blobs to a PNG), what's not to like?

link|flag
vote up 2 vote down

I like png a lot. It has a good compression, supports alpha channels, and supports color pallets, so file sizes can be smaller. And it is pattent free, so everybody can use it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.