Re: [Image-SIG] vector graphics Q

2005-10-16 Thread Chris Barker
You might want to also take a look at wxArt2d. Sadly, however, it not yet been wrapped for use with Python. http://wxart2d.sourceforge.net/ -Chris -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 S

Re: [Image-SIG] vector graphics Q

2005-10-16 Thread Paul Moore
On 10/16/05, Dmitry (Dima) Strakovsky <[EMAIL PROTECTED]> wrote: > I haven't done any testing of bitmap to SVG myself, so this is not a > voice of experience :) > hope this helps: > > http://www.scale-a-vector.de/svg-test4-e.htm > http://autotrace.sourceforge.net/ Thanks for the linke - I'll have

Re: [Image-SIG] vector graphics Q

2005-10-16 Thread Fredrik Lundh
Dmitry (Dima) Strakovsky wrote: > My question is perhaps related to Fredrik earlier post. I read API doc > (understood about 30%) > > I am basically looking for a way to manupulate vector graphics in > Python. So far I have been reading up on SVG and looking at the output > from Illustrator and In

Re: [Image-SIG] vector graphics Q

2005-10-16 Thread Dmitry (Dima) Strakovsky
Hi Paul, I haven't done any testing of bitmap to SVG myself, so this is not a voice of experience :) hope this helps: http://www.scale-a-vector.de/svg-test4-e.htm http://autotrace.sourceforge.net/ Would love to hear if people on the list have used any of the above tools. Actually handbook is w

Re: [Image-SIG] vector graphics Q

2005-10-16 Thread Paul Moore
On 10/16/05, Dmitry (Dima) Strakovsky <[EMAIL PROTECTED]> wrote: > Fredrick does your lib work with SVG? I believe that PIL is for bitmap images only, and as such, SVG isn't supported. If you look in the appendix "Image File Formats" of the PIL handbook (http://www.pythonware.com/library/pil/handb