Types of PNG image in iPhone app
Posted
by user297491
on Stack Overflow
See other posts from Stack Overflow
or by user297491
Published on 2010-03-19T16:50:35Z
Indexed on
2010/03/19
16:51 UTC
Read the original article
Hit count: 373
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!
© Stack Overflow or respective owner