Hi,
I'm making a 2d game and am using 64x64 textures to draw my characters. It basically looks like super mario brothers, each character has about 10 frames that make up their entire animation sequence.
The pvr tool sounded promising, it crushed my images down to 4kb each which was great. However the quality is very poor. I don't think there's anything I can do about this, but wanted to double check. Each frame is the character in some pose, and transparent pixels filling the rest of the 64x64 space. I somehow get filled pixels in the transparent regions, strange artifacts that make the output pvr kind of useless (this isn't an error, I think it's just the way pvr works). I could probably get away with some mudy-ness in the character themselves, but not random pixels popping up in transparent areas.
Are there any tricks around this? I think we only have about 10mb of memory to play with on the iPhone, so if each of my images is 64x64 pixels uncompressed, I'll run out of space somewhat quickly as each will be an astounding 16k.
Thanks