[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Lossless Graphic File Formats



By the way, I'm wondering about saving images in a lossless way, preserving the exact color values of each pixel. Looks like the BMP format does that, but JPG and TGA don't, and while PNG apparently does, it's not supported in Pygame unless maybe I install PIL and some additional module. Any advice on this? Ideally I'd be able to save images in a common Web browser-readable format; PNG is probably good enough.

Kris