working on openStream() and loadImage() issues

This commit is contained in:
benfry
2005-11-07 18:00:22 +00:00
parent e9ec4d8218
commit 42ccd0cead
4 changed files with 93 additions and 65 deletions

View File

@@ -1990,7 +1990,7 @@ public class PImage implements PConstants, Cloneable {
* Save this image to disk. This method will save to the "current"
* folder, which when running inside the PDE will be the location
* of the Processing application, not the sketch folder. To save
* inside the sketch folder, use the variable savePath from PApplet,
* inside the sketch folder, use the function savePath from PApplet,
* or use saveFrame() instead.
*/
public void save(String filename) {