Hi.
I have plan to develop 2D iOS game but problem is that game will have quite a lot of graphics. If we want the graphics to look nice, then we have to use gradients on level design. It is very special in our game, that level is very high (game is up and down scrolling) and all level design has to be unique. So there will be one large background picture (1024x1024px) and then 11 ground pictures (2048pxx407px) on top of each other. So level side will be put together from those 11 unique (2048x407px) images, what will certainly have gradients and we have to use alpha channel there, because those will move compared to background picture.
My question is, that can we use so much unique and large pictures (pictures that have high quality and use gradients and alpha) without any problems (memory or performance issues)? Do you also have any suggestion what format we should use later (PVRTC etc.)?
I ask because currently we have to prepare design and we dont know is our goal even reasonable to achieve in design side, that we will have so many large pictures with high quality , in one level?
Thanks and Have a nice end of the year.