We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I need to save .png files of my sketch.
I tried this option
function keyPressed(b) {
saveFrames('7Lines_', 'png', 3, 30);
}
But it saves as a document file. Does anyone knows what I'm doing wrong?
Thanks
Answers
The way you are using
saveFrames()
doesn't look like the reference example:If you aren't using a callback, are you getting popup save dialogs? are you choosing a filename in each of those dialogs?
Edit -- I see, conversation should continue if needed on this thread
(That other thread is closed and links here - figured it best to go with the newest thread, the latest bug, with the necessary tidying up)