Tagged Questions

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 ...
2
votes
1answer
653 views

How do I convert .pvr (PVRTC) files to .png?

I am an iPhone developer, and I have some PVRTC files, but lost the original source. Now, I'm trying to bring it to the web, and I'd like to convert these into PNG. How do I do that? I've tried ...
1
vote
1answer
94 views

Problem in loading more number of PNG's in Cocos2d Game.Suggestion needed for “PNG to Pvr.ccz” convertion

In my Game i'm loading around 13-15 Png's which include few sprite sheets(6-7) of 2048x2048 dimension and others 1024x1024 and some 512x512. and now i'm facing the huge memory warning. There is no ...