image tweaks, full applet casting complete, savebytes/strings to sketch

folder
This commit is contained in:
benfry
2004-07-17 19:09:16 +00:00
parent b2884f0a91
commit 8c5905e114
5 changed files with 340 additions and 339 deletions

View File

@@ -38,6 +38,8 @@ public interface PMethods {
public void blend(PImage src, int sx1, int sy1, int sx2, int sy2,
int dx1, int dy1, int dx2, int dy2, int mode);
public PImage copy();
public void save(String filename);
public void smooth();