Bug 199 : save() not saving to the current sketch folder
Last modified: 2006-01-11 16:11




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
REAS
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2005-11-03 12:30
images are not saving to the current sketch folder
Additional Comment #1 From fry 2005-11-03 12:31
save() doesn't save to the sketch folder, saveFrame() does.
Additional Comment #2 From fry 2006-01-11 16:11
fixed for 0100 such that PImage.save() requires an absolute path, and PApplet is smarter about
what's an absolute versus a relative path. if the user tries to call PImage.save() themselves,
they'll get an angry message if they don't use an absolute path.