FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 199 : save() not saving to the current sketch folder
Last modified: 2006-01-11 16:11
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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.