We are experiencing crashes on devices with low memory when we are loading a lot of image targets at start of the app. Profiling the app we identified this functions to be the largest resource consumers www.get_texture() and ImageHelper.decode().
Are there any tips for optimizing the memory usage of image targets?
Png or jpg (or other format), which is better?
Will lower resolution images help?