MCPcopy Index your code
hub / github.com/processing/processing / save

Method save

core/src/processing/core/PApplet.java:3939–3941  ·  view source on GitHub ↗

( 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)

Source from the content-addressed store, hash-verified

3937 * @see PApplet#createGraphics(int, int, String)
3938 */
3939 public void save(String filename) {
3940 g.save(savePath(filename));
3941 }
3942
3943
3944 /**

Callers 5

saveFrameMethod · 0.45
saveXMLMethod · 0.45
saveJSONObjectMethod · 0.45
saveJSONArrayMethod · 0.45
saveTableMethod · 0.45

Calls 1

savePathMethod · 0.95

Tested by

no test coverage detected