Bug 1238 : saveFrame in PGraphics
Last modified: 2009-05-02 12:35




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

 

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.