How can I draw a vector-based image from a file in wxPython? I know nothing of image formats for such a thing, so please recommend.
A:
I have done something similar, I had a custom vector image format that I needed to render in a wxPython window. In order to accomplish this I used the GDI interface for drawing commands and I wrote my own parser module. There is a great GDI tutorial at this site that should help you out: http://www.zetcode.com/wxpython/gdi/
Adam Richardson
2009-05-19 20:59:49