saveFrame()
Output / ImageDescription
Saves a numbered image file. Use #### as a placeholder for the frame number.
Syntax
void saveFrame(std::string filename)
Parameters
| Name | Type | Description |
|---|---|---|
| filename | std::string | filename template, e.g. frame-####.png |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...