Tagged Questions

3
votes
1answer
78 views

What alternavies exists to OSXs “texturetool” for converting png image data to PowerVR

I'd like to know of alternatives to the command line program texturetool which comes with XCode for converting PNG Images to PowerVR compressed images. For some reason texturetool takes about 50 ...
3
votes
3answers
972 views

PVRTC format compromises image quality

For iPhone game development, I switched from PNG format to PVRTC format for the sake of performance. But PVRTC compression is ruining the quality of the images.. I am using spritesheets with ...
3
votes
4answers
3k views

PVRTC compression increasing the file sizes of PNG

For iPhone game development, I switched from PNG format to PVRTC format for the sake of performance. But PVRTC compression is creating files that are much bigger than the PNG files.. So a PNG of 140 ...