( begin auto-generated from save.xml ) Saves an image from the display window. Images are saved in TIFF, TARGA, JPEG, and PNG format depending on the extension within the filename parameter. For example, "image.tif" will have a TIFF image and "image.png" will save a PNG image. If no extensio
(String filename)
| 3937 | * @see PApplet#createGraphics(int, int, String) |
| 3938 | */ |
| 3939 | public void save(String filename) { |
| 3940 | g.save(savePath(filename)); |
| 3941 | } |
| 3942 | |
| 3943 | |
| 3944 | /** |
no test coverage detected