mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
work on getting things to compile again
This commit is contained in:
@@ -65,6 +65,7 @@ public interface PMethods {
|
||||
|
||||
//
|
||||
|
||||
/*
|
||||
// WOULD LIKE A NICER NAME
|
||||
static public boolean saveHeaderTIF(OutputStream output,
|
||||
int width, int height);
|
||||
@@ -78,6 +79,7 @@ public interface PMethods {
|
||||
|
||||
static public boolean saveTGA(OutputStream output, int pixels[],
|
||||
int width, int height);
|
||||
*/
|
||||
|
||||
public void save(String filename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user