Hi!
I have seen a lot of games with the PNG's being stored in text files. I have tried the same thinking maybe it reduces the jar file size due to text files compressing better than the actual PNG...
Type: Posts; User: vikrambk; Keyword(s):
Hi!
I have seen a lot of games with the PNG's being stored in text files. I have tried the same thinking maybe it reduces the jar file size due to text files compressing better than the actual PNG...
Hi!
I am working on a J2ME game where I have a lot of images due to which the file size is exceeding 64kb, I tried putting all the images in a single png file and then clipping the required...