What is the best vectorial format I can use to create resolution independent vectorial artwork for iPhone and iPad? PDF?
I have to draw large images 1024×1300 images on a quartz context. Suppose I use PDF. What technique would save more memory and consume less CPU: have the PNG image loaded and draw it on the quartz context or have the PDF loaded on the quartz context?
thanks in advance.
The Opacity image editor allows you to draw vector graphics, and output Quartz2D code that you can then use to duplicate the image at any size on any iOS device:
http://likethought.com/opacity/
It would be blazing fast and use almost no memory (well, a large CALayer will consume memory)