FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1238 : saveFrame in PGraphics
Last modified: 2009-05-02 12:35
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
INVALID -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
Gids
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2009-05-02 12:02
prcocessing: 1.0.3
let declare a new PGraphics
PGraphics canv;
<fill the new graph>
canv.saveFrame(shoot+"######.png");
got:
The funciont saveFrame(String) does not exist
but
canv.save("name.png");
works
Additional Comment
#1 From fry 2009-05-02 12:35
that's not a bug. saveFrame() is a method in PApplet, not PGraphics.