I want to know what would be the optimum size of the each png image file in the application?
By the time I complete the game application I assume that there will be more than 50 .png images included
in the application. I want each png image to be of high quality and maximize performance of the
application (I do not want any lag spike in my game application..).
Is there any quick approach to find the optimum image size?
Thanks in advance!