|
Author |
Topic: new to processing (Read 767 times) |
|
pbartoli
|
new to processing
« on: May 6th, 2004, 5:48pm » |
|
I've come across Processing following my reading of John Maeda's book/biography, and found it very intriguing. I'm not a programmer at all, but would like to try it out. My first question is how to export the images generated by processing as bitmaps or (better) vector images. Can anyone help me on this? Thanks!
|
Paolo Bartoli
|
|
|
narain
|
Re: new to processing
« Reply #1 on: May 7th, 2004, 6:16am » |
|
Use save() for exporting a single image, or saveFrame() if you want to export several frames. 2D vector output may not be possible directly. You'd have to write your own method for that. That's an idea, though... Anybody thought of a SVG output class like Simon Greenwold's DXF writer?
|
|
|
|
TomC
|
Re: new to processing
« Reply #2 on: May 7th, 2004, 10:39am » |
|
Marius Watz has some code to do postscript output here: http://processing.unlekker.net/ I think Illustrator output is planned for future releases.
|
|
|
|
|