Vector images in the iPhone SDK
I’m interested in using vector images for iPhone/iPad/iPod touch apps. As Apple keeps adding different screen sizes and form factors, scalable vector images would seem to be the way to go (rather than bitmaps that don’t scale well). With vector images, it wouldn’t matter what the resolution of the device’s screen was, the images would scale to whatever was needed. Here are some misc links and info related to vector graphics in the Apple iPhone SDK:
I reckon that it may be simpler to use a .PNG file(s) instead, but my feeling is that these file types would require too much storage space and be slow to load for the full-screen graphics that I contemplate. There may be a threshold where raster files may be simpler and quicker, but I am too new at this to understand where that might fall.