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 & HelpPrograms › Exporting high resolution image
Page Index Toggle Pages: 1
Exporting high resolution image (Read 1170 times)
Exporting high resolution image
Oct 7th, 2009, 9:44am
 
Hi,
Is there any way to export high resolution image from processing sketches which use recursive redraw of the screen?

I tried the unlekker tilesaver library (which is excellent) but it has a limitation, it needs to run inside the draw() loop and can not work with recursive drawings.

I would greatly appreciate any suggestions or help to figure this one out.

I am mainly interested in printing high quality images of my sketches (which usually use P3D).

Thanks
Re: Exporting high resolution image
Reply #1 - Oct 8th, 2009, 6:25am
 
cant you just put your draw stuff in another for loop. thats how i do it.
Re: Exporting high resolution image
Reply #2 - Oct 10th, 2009, 2:05pm
 
why not just saveFrame("image-###.png"); ?
Page Index Toggle Pages: 1