Tagged Questions

3
votes
3answers
973 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 ...
0
votes
1answer
107 views

Qt and OpenGL how to render a PVR

I'm having a few issues regarding how to render a PVR. I'm confused about how to get the data from the PVR to screen. I have a window that is ready to draw a picture and I'm a bit stuck. What do I ...