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 › How to Print Processing Art Work
Page Index Toggle Pages: 1
How to Print Processing Art Work? (Read 1346 times)
How to Print Processing Art Work?
Jul 9th, 2009, 2:36am
 
Hi... I've coded some static work with Processing and I'd really like to print the final output. Any ideas on how to convert stuff to jpg?

Re: How to Print Processing Art Work?
Reply #1 - Jul 9th, 2009, 3:28am
 
Just use save() (or saveFrame()).
You can also export to PDF.
Re: How to Print Processing Art Work?
Reply #2 - Jul 9th, 2009, 4:50am
 
Its a question of what you wanna do with processing. For all pixel stuff loading images, mainpulating the pixels array etc. use save(). Working with vector like beginShape/endShape, circles, rects or loading svg, export as pdf is the best solution. To export hi-res printable versions of 3d stuff use the tilesaver class by maruis watz (http://workshop.evolutionzone.com/2007/03/24/code-tilesaverpde/).
Re: How to Print Processing Art Work?
Reply #3 - Jul 10th, 2009, 12:11pm
 
Philho and Eskimoblood... Thank You!  Smiley

I'd made a few pictures using FOR Loops and they surprised me enough to want to put them up on my walls.

I've converted them to jpgs.

Thank you again.
Page Index Toggle Pages: 1