saveFrame location options processing

You can insert frameCount in the middle of the filename: :open_file_folder:

if (q > 5) get(800, 800, 600, 600).save("img." + frameCount + ".png");

1 Like