@@ -3328,15 +3328,13 @@ private IIOMetadata imageioDPI(ImageWriter writer, ImageWriteParam param, double
33283328 /**
33293329 * ( begin auto-generated from PImage_save.xml )
33303330 *
3331- * Saves the image into a file. Images are saved in TIFF, TARGA, JPEG, and
3332- * PNG format depending on the extension within the <b>filename</b>
3333- * parameter. For example, "image.tif" will have a TIFF image and
3334- * "image.png" will save a PNG image. If no extension is included in the
3335- * filename, the image will save in TIFF format and <b>.tif</b> will be
3336- * added to the name. These files are saved to the sketch's folder, which
3331+ * Saves the image into a file. Append a file extension to the name of
3332+ * the file, to indicate the file format to be used: either TIFF (.tif),
3333+ * TARGA (.tga), JPEG (.jpg), or PNG (.png). If no extension is included
3334+ * in the filename, the image will save in TIFF format and .tif will be
3335+ * added to the name. These files are saved to the sketch's folder, which
33373336 * may be opened by selecting "Show sketch folder" from the "Sketch" menu.
3338- * It is not possible to use <b>save()</b> while running the program in a
3339- * web browser.<br /><br />To save an image created within the code, rather
3337+ * <br /><br />To save an image created within the code, rather
33403338 * than through loading, it's necessary to make the image with the
33413339 * <b>createImage()</b> function so it is aware of the location of the
33423340 * program and can therefore save the file to the right place. See the
0 commit comments