Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
fedefalancia
fedefalancia's Profile
1
Posts
3
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Problem with saveFrame
[5 Replies]
07-Aug-2010 04:27 PM
Forum:
Programming Questions
Please help me, I'm new processing's user!
I have a problem with this:
Adding
saveFrame()
at the end of
draw()
will produce a numbered sequence
void setup() {
size(400, 400);
stroke(100);
background(192, 64, 0);
}
void draw() saveFrame("output.png"){
ellipse (mouseX, mouseY,50,50);
}
How can I create an image (TIFF, png, PDF)?
thanx.
F.
«Prev
Next »
Moderate user : fedefalancia
Forum