Types of PNG image in iPhone app
- by user297491
I have an iPhone app that picks images from my internet server. It picks images with png extension but only PNG-24 is workings. The problem is that PNG-24 need some disk space and internet bandwith in iphone. I tried using PNG-8 but the iphone does not recognize it.
Someone knows if I have a way to use PNG-8 into my app?
Thanks!