saveFrame()

Output / Image

Description

Saves a numbered image file. Use #### as a placeholder for the frame number.

Syntax

void saveFrame(std::string filename)

Parameters

NameTypeDescription
filenamestd::stringfilename template, e.g. frame-####.png

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...