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 to other formats
Page Index Toggle Pages: 1
Exporting to other formats (Read 496 times)
Exporting to other formats
Apr 20th, 2006, 9:53am
 
How can i export to video format,image bitmap...? Is only java suported? I don't like java,so is there any way to do it without java. Tnx
Re: Exporting to other formats
Reply #1 - Apr 20th, 2006, 4:35pm
 
Processing is sort of a large java-library with an editor and compiler included.. So, there's no way around exporting as java. Even when you export to an application, it is just a shell executable which runs the java-sketch you've exported.

But exporting to video isn't supported IN processing, but surely in Java (see java IS good for something).. so just search for a video-library for java on google, and search on this forum on how to use external libraries, and you'll be on your way to lots of fun!

-seltar
Re: Exporting to other formats
Reply #2 - Apr 20th, 2006, 9:27pm
 
..Or just use save() and saveFrame() to save out an image sequence and use something like quicktime or aftereffects to render the sequence as a movie file..
Page Index Toggle Pages: 1