get() for image dupe instead of copy().. also hex/binary unhex/unbinary

This commit is contained in:
benfry
2004-07-17 19:54:36 +00:00
parent 8c5905e114
commit 60c5e2cd49
7 changed files with 115 additions and 38 deletions

View File

@@ -38,7 +38,7 @@ 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 PImage get();
public void save(String filename);