save()
Output / ImageDescription
Saves an image from the display window. The filename must include an extension (PNG, JPG).
Syntax
void save(std::string filename)
Parameters
| Name | Type | Description |
|---|---|---|
| filename | std::string | filename with extension |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...