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 › Printing directly from Processing
Page Index Toggle Pages: 1
Printing directly from Processing (Read 1024 times)
Printing directly from Processing
Jul 28th, 2009, 9:31am
 
Hello

I am creating an application to make some transformations on a video captured by a webcam in real-time.

I would like to allow printing a frame by some user input (click a button, ...)

Any ideas on how can I print from a file or directly from the screen in Processing? Are there any libraries for this?

Thank you
Re: Printing directly from Processing
Reply #1 - Jul 28th, 2009, 11:15am
 
Java offers printing facilities, if I can call them that way, using them isn't so easy (facile in French...).

There is a thread about this in this forum: Printer Output.
I also gathered some generic links: Printing on the Java SE Platform, Lesson: Printing (The Java™ Tutorials > 2D Graphics).
I admit I hadn't much time to explore all these docs...
Re: Printing directly from Processing
Reply #2 - Jul 30th, 2009, 3:07am
 
Thank you. I will investigate these links. I'll post the results later...
Page Index Toggle Pages: 1