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 & HelpOpenGL and 3D Libraries › opengl graphics for printing
Page Index Toggle Pages: 1
opengl graphics for printing? (Read 507 times)
opengl graphics for printing?
Feb 18th, 2008, 6:07pm
 
Hi People,
i am pretty new, so i am sorry for not using the right terms.
In Processing i am displaying a line(x,y,z) with opengl. Now i want to use that as a graphic for printing it.
But first, it looks very bad (how can i upload pictures here?)
and secondly how can i save it in print quality (300 dpi)?

Thanks a lot!
Re: opengl graphics for printing?
Reply #1 - Feb 19th, 2008, 9:03am
 
Take a look at the unlekkerLib in the library section. This library has the TileSaver class which let you save a high-res images from a frame. Also use smooth() in the setup() method to enable antialiasing.
Re: opengl graphics for printing?
Reply #2 - Feb 19th, 2008, 12:50pm
 
Thanks, i got that. but sadly it only gives me fully black pictures.
Do you have any experience with that?
thx
Re: opengl graphics for printing?
Reply #3 - Feb 19th, 2008, 1:36pm
 
ok, got it, was bacause of a noLoop(); in a function
Page Index Toggle Pages: 1