Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ saveFrame
Method
saveFrame
core/src/processing/core/PApplet.java:3547–3549 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3545
/**
3546
*/
3547
public
void
saveFrame() {
3548
g.save(savePath(
"screen-"
+ nf(frameCount, 4) +
".tif"
));
3549
}
3550
3551
3552
/**
Callers
nothing calls this directly
Calls
4
savePath
Method · 0.95
nf
Method · 0.95
insertFrame
Method · 0.95
save
Method · 0.45
Tested by
no test coverage detected