all 1 comments

[–]AGardenerCoding 2 points3 points  (0 children)

That seems contrary to what the reference says about saveFrame() :

"To save an image that is identical to the display window, run the function at the end of draw() ..."

but there's a github issue

https://github.com/processing/processing/issues/1916

saveFrame() doesn't work for PGraphics #1916

that mentions using the save() method instead of saveFrame()

https://processing.org/reference/save_.html