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.
Page Index Toggle Pages: 1
PDF exporting (Read 620 times)
PDF exporting
Jan 9th, 2008, 4:43am
 
Hey Ive been trying a few things with some code I was playing with from http://metaphorical.net/

Long story short this is what the processing sketch does after its been running for a while:

http://cias.rit.edu/~pvc5613/processing/Picture%204.png


This is how it exports as a PDF though :(
http://cias.rit.edu/~pvc5613/processing/3.png


http://cias.rit.edu/~pvc5613/processing/vehicles/sketch_071219a.pde

Any help is greatly appreciated.
Re: PDF exporting
Reply #1 - Jan 14th, 2008, 2:10am
 
I think it has something to do with your PDF code. The Processing code is drawing the lines to the screen continuously, but your PDF code is probably just writing one frame worth of geometry. See this example for a hint:
http://www.processing.org/learning/libraries/multipleframes.html
Re: PDF exporting
Reply #2 - Feb 22nd, 2008, 7:36am
 
Just for the sake of helping others:  It turns out that while each point had the opacity (which made it pretty neat looking) each point had a stroke applied to it which is why each line looked completely solid.
Re: PDF exporting
Reply #3 - Feb 25th, 2008, 3:07pm
 
So, did you remove the stroke and keep only the fill, and that worked?
Re: PDF exporting
Reply #4 - Jun 7th, 2008, 8:48pm
 
Hello from Greece.
I have the same problem.
So if anyone create a good code for exporting many loops in void draw it wil be a miracle.
Thanks a lot
Page Index Toggle Pages: 1