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 › drawing vectors on an image
Page Index Toggle Pages: 1
drawing vectors on an image (Read 816 times)
drawing vectors on an image
Aug 24th, 2009, 3:13am
 
Hi.
As the subject tells, I need to draw vectors on an image and then send it over a network.

What is the easyest way for this?

Thanks
Nick
Re: drawing vectors on an image
Reply #1 - Aug 24th, 2009, 8:52am
 
Draw the image. Draw the vectors. Save the image. Send it.
Actually, you might even skip the save image step, sending the image data in memory (depends on the method you use to send over the network).
Page Index Toggle Pages: 1