We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › Looking for a Vector based Export Library
Page Index Toggle Pages: 1
Looking for a Vector based Export Library (Read 693 times)
Looking for a Vector based Export Library
Oct 30th, 2009, 11:40am
 
Hi!  I'm looking to write an image converter that exports an image comprised of 2D vectors.  I've attempted to use the dxf-export library included in the processing libraries, but since it renders images in a 3D environment, I am unable to use it.  Does anybody know of a library which will export 2D vectors?  Thanks!
Re: Looking for a Vector based Export Library
Reply #1 - Oct 30th, 2009, 12:13pm
 
You can use processings pdf library to export vector graphics. It some limitations (no gradients), but after all you can export line, curves and polygons with colors and import them in illustrator.
Page Index Toggle Pages: 1