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 & HelpSyntax Questions › load vectors inside processing
Page Index Toggle Pages: 1
load vectors inside processing? (Read 486 times)
load vectors inside processing?
Dec 26th, 2008, 3:53pm
 
hi is it possible to load vector based drawings in processing?
i would like to load a vector made in ilustrator and using opp to create a lot copies of that vector drawing, is there any way of doing this in processing?


thanks
Re: load vectors inside processing?
Reply #1 - Dec 26th, 2008, 5:32pm
 
Processing can load SVG (Scalable Vector Graphics) files. And I think Adobe Illustrator can export in SVG format.

Here is what the reference section says :

Quote:
To load SVG files, check out the reference for PShape(), loadShape(), and shape().
Re: load vectors inside processing?
Reply #2 - Dec 27th, 2008, 8:53am
 
See also the Examples > Basics > Shape.
Page Index Toggle Pages: 1