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 › SVG exports every frame since applet starts
Page Index Toggle Pages: 1
SVG exports every frame since applet starts (Read 456 times)
SVG exports every frame since applet starts
Oct 9th, 2007, 7:28am
 
I'm using svgpro to export the result of an applet. Its an image processing and
i have ti tweak with controls to get the result i'd like to save, so i do not use noLoop() within setup(). When i hit saveFrame() (key controlled) it exports a enormous SVG file that illustrator some times cant open. Testing with smaller files i've noticed that it is exporting one frame each time draw() runs (even a white frame for each background. I've read the posts about SVG but can't find answers. I've tried to use noloop() after i found the proper settings (in the draw() also key controlled) but same result.
I'm using Processing 0123/mac osx/prosvg_p0123.
How can i clear this buffer before saving?
I did not get the beginRecord() stuff, can i use it with SVG? How? Will i still being able to tweak before saving?
please help
vicente
Page Index Toggle Pages: 1