Hi there!
I'm trying to small down my app's size and first thing I've done is to convert non-transparent PNGs (like backgrounds) to JPGs (which weights a lot less). Is there any problem doing this? Is this going to cause my app to load textures slower or make it draw them harder (so, is there any optimization problem using JPG textures in OpenGL instead of PNG)?
Thanks a lot!