we are used to develop for iOS platforms using Cocos2D, and there we have plenty of choice when it comes to image formats.
I cannot find any reference about how should we save our image assets for use within Corona, especially in relation to performance.
What I found out so far is only that PVR format is not supported (obviously because of the cross-platform support of the SDK). I seemed to find small hints that Corona uses 32bit pixel format for everything, so we cannot use different pixel formats as we do with Cocos2D.
Any CoronaSDK people out there that can answer me and/or redirect me to some documentation containing more details about this?
Thanks!